Fixing test case

This commit is contained in:
José Lorenzo Rodríguez Urdaneta 2010-07-07 22:29:26 -04:30
parent 3f2df10cc2
commit fa8db5787d

View file

@ -103,7 +103,7 @@ class ApiShellTest extends CakeTestCase {
$this->Shell->expects($this->at(2))->method('out')->with($expected);
$this->Shell->args = array('controller');
$this->Shell->paths['controller'] = CAKE_CORE_INCLUDE_PATH . DS . LIBS . 'controller' . DS;
$this->Shell->paths['controller'] = LIBS . 'controller' . DS;
$this->Shell->main();
}
}