Skip to content

Commit

Permalink
Updating localePaths path. Fixes #184
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 19, 2009
1 parent 2675bbc commit 79e96e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/basics.test.php
Expand Up @@ -41,7 +41,7 @@ class BasicsTest extends CakeTestCase {
*/
function setUp() {
$this->_localePaths = Configure::read('localePaths');
Configure::write('localePaths', array(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' .DS ));
$this->_language = Configure::read('Config.language');
}
/**
Expand Down

0 comments on commit 79e96e5

Please sign in to comment.