Skip to content

Commit

Permalink
Fixing test broken by merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 6, 2009
1 parent f0d0959 commit afdcd36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/basics.test.php
Expand Up @@ -44,7 +44,7 @@ class BasicsTest extends CakeTestCase {
*/
function setUp() {
App::build(array(
'locales' => array(TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'locale')
'locales' => 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 afdcd36

Please sign in to comment.