Skip to content

Commit

Permalink
Fixing failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 20, 2009
1 parent 3c21fa3 commit 89bf344
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cake/tests/cases/libs/router.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -1093,7 +1093,8 @@ function testAdminRouting() {
'plugins' => array(
TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'plugins' . DS
)
), false);
), true);
App::objects('plugin', null, false);

Router::reload();
Router::setRequestInfo(array(
Expand Down

0 comments on commit 89bf344

Please sign in to comment.