Skip to content

Commit

Permalink
Renaming language folder in test app to prevent errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jun 16, 2013
1 parent b909a9c commit 627e7f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions lib/Cake/Test/TestCase/Utility/TimeTest.php
Expand Up @@ -925,7 +925,7 @@ public function testConvertSpecifiers() {
App::build(array(
'Locale' => array(CAKE . 'Test/TestApp/Locale/')
), App::RESET);
Configure::write('Config.language', 'time_test');
Configure::write('Config.language', 'es');
$time = strtotime('Thu Jan 14 11:43:39 2010');

$result = $this->Time->convertSpecifiers('%a', $time);
Expand Down Expand Up @@ -1032,7 +1032,7 @@ public function testI18nFormat() {
App::build(array(
'Locale' => array(CAKE . 'Test/TestApp/Locale/')
), App::RESET);
Configure::write('Config.language', 'time_test');
Configure::write('Config.language', 'es');

$time = strtotime('Thu Jan 14 13:59:28 2010');

Expand Down

0 comments on commit 627e7f7

Please sign in to comment.