diff --git a/lib/Cake/Test/Case/Controller/ControllerTest.php b/lib/Cake/Test/Case/Controller/ControllerTest.php index 52c0c8e69..455b4fb77 100644 --- a/lib/Cake/Test/Case/Controller/ControllerTest.php +++ b/lib/Cake/Test/Case/Controller/ControllerTest.php @@ -997,7 +997,7 @@ class ControllerTest extends CakeTestCase { $expected = array('testId' => 1, 'test2Id' => 2); $this->assertSame($expected, $TestController->request->data); $this->assertSame('view', $TestController->request->params['action']); - $this->assertSame('index', $TestController->view); + $this->assertSame('view', $TestController->view); } /**