Aplying changes to localePaths made in [7754]

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7771 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
renan.saddam 2008-10-22 19:07:43 +00:00
parent 8cf8ee93ea
commit 6da2040b45

View file

@ -41,7 +41,7 @@ class BasicsTest extends CakeTestCase {
* @return void
*/
function setUp() {
Configure::write('Locale.path', TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'locale');
Configure::write('localePaths', array(TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'locale'));
}
/**
* testHttpBase method