diff --git a/lib/Cake/Test/Case/Error/ExceptionRendererTest.php b/lib/Cake/Test/Case/Error/ExceptionRendererTest.php index cf2a0631e..1abf76ced 100644 --- a/lib/Cake/Test/Case/Error/ExceptionRendererTest.php +++ b/lib/Cake/Test/Case/Error/ExceptionRendererTest.php @@ -761,7 +761,7 @@ class ExceptionRendererTest extends CakeTestCase { $ExceptionRenderer->render(); $this->assertEquals('', $ExceptionRenderer->controller->layoutPath); $this->assertEquals('', $ExceptionRenderer->controller->subDir); - $this->assertEquals('Errors/', $ExceptionRenderer->controller->viewPath); + $this->assertEquals('Errors', $ExceptionRenderer->controller->viewPath); } /**