Fix failing test.

Paths changed.  The Lib directory shouldn't be in the view paths.
This commit is contained in:
mark_story 2012-01-30 22:31:19 -05:00
parent 01b45cc246
commit e8d3d7ce38

View file

@ -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
);