Skip to content

Commit

Permalink
Updating test for 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 14, 2010
1 parent 3d98cc6 commit a29866b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cake/tests/cases/libs/l10n.test.php
Expand Up @@ -884,7 +884,8 @@ function testCatalog() {

$result = $l10n->catalog(array('cy'));
$expected = array(
'cy' => array('language' => 'Welsh', 'locale' => 'cym', 'localeFallback' => 'cym', 'charset' => 'utf-8')
'cy' => array('language' => 'Welsh', 'locale' => 'cym', 'localeFallback' => 'cym', 'charset' => 'utf-8',
'direction' => 'ltr')
);
$this->assertEqual($result, $expected);

Expand Down

0 comments on commit a29866b

Please sign in to comment.