Skip to content

Commit

Permalink
Test case for date format definition using a LC_TIME locale file
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 11, 2010
1 parent 50f58da commit 7e9fc9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cake/tests/cases/libs/i18n.test.php
Expand Up @@ -2591,7 +2591,9 @@ function testCategoryThenSingular() {

function testTimeDefinition() {
Configure::write('Config.language', 'po');
$abday = __c('abday', 5, true);
$result = __c('d_fmt', 5, true);
$expected = '%m/%d/%Y';
$this->assertEqual($result,$expected);
}

/**
Expand Down

0 comments on commit 7e9fc9f

Please sign in to comment.