From c188d1a91cfc476a710ff765f00412927ab3bb64 Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Sat, 12 Mar 2011 00:29:44 -0430 Subject: [PATCH] Fixing Dispatcher tests after recent changes in App::core() --- lib/Cake/tests/cases/libs/dispatcher.test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/tests/cases/libs/dispatcher.test.php b/lib/Cake/tests/cases/libs/dispatcher.test.php index fadf9b6b3b7..bcfa6517a55 100644 --- a/lib/Cake/tests/cases/libs/dispatcher.test.php +++ b/lib/Cake/tests/cases/libs/dispatcher.test.php @@ -538,7 +538,7 @@ public function setUp() { $this->_debug = Configure::read('debug'); - App::build(App::core()); + App::build(); App::objects('plugin', null, false); }