Skip to content

Commit

Permalink
Fix failing test.
Browse files Browse the repository at this point in the history
Paths changed.  The Lib directory shouldn't be in the view paths.
  • Loading branch information
markstory committed Jan 31, 2012
1 parent 01b45cc commit e8d3d7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Cake/Test/Case/View/ViewTest.php
Expand Up @@ -403,7 +403,6 @@ public function testPluginPathGeneration() {
$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
);
Expand Down

0 comments on commit e8d3d7c

Please sign in to comment.