From e8d3d7ce38f2885a28115bef626d647614c63281 Mon Sep 17 00:00:00 2001 From: mark_story Date: Mon, 30 Jan 2012 22:31:19 -0500 Subject: [PATCH] Fix failing test. Paths changed. The Lib directory shouldn't be in the view paths. --- lib/Cake/Test/Case/View/ViewTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Cake/Test/Case/View/ViewTest.php b/lib/Cake/Test/Case/View/ViewTest.php index eaef9e5f2..d807b82f6 100644 --- a/lib/Cake/Test/Case/View/ViewTest.php +++ b/lib/Cake/Test/Case/View/ViewTest.php @@ -403,7 +403,6 @@ class ViewTest extends CakeTestCase { $expected = array( CAKE . 'Test' . DS . 'test_app' . DS . 'View' . DS . 'Plugin' . DS . 'TestPlugin' . DS, $pluginPath . 'View' . DS, - $pluginPath . 'Lib' . DS . 'View' . DS, CAKE . 'Test' . DS . 'test_app' . DS . 'View' . DS, CAKE . 'View' . DS );