From c8b18164c5f61d1f86035084d687e8660779cbbf Mon Sep 17 00:00:00 2001 From: euromark Date: Mon, 16 Sep 2013 00:49:01 +0200 Subject: [PATCH] fix test --- lib/Cake/Test/Case/Error/ExceptionRendererTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } /**