Search and replace for changed paths

This commit is contained in:
Jose Lorenzo Rodriguez 2011-05-13 02:53:35 -04:30
parent 3b725290ba
commit 8746a485bd
29 changed files with 64 additions and 64 deletions

View file

@ -716,7 +716,7 @@ class ObjectTest extends CakeTestCase {
*/
function testRequestActionPlugins() {
App::build(array(
'plugins' => array(LIBS . 'tests' . DS . 'test_app' . DS . 'plugins' . DS),
'plugins' => array(LIBS . 'Test' . DS . 'test_app' . DS . 'Plugin' . DS),
));
CakePlugin::loadAll();
Router::reload();