fix failing test

This commit is contained in:
Rachman Chavik 2012-02-06 17:36:38 +07:00
parent 59342e0524
commit 4574dbc273

View file

@ -2525,6 +2525,7 @@ class I18nTest extends CakeTestCase {
* @return void
*/
public function testPoQuotedString () {
Configure::write('Config.language', 'po');
$expected = 'this is a "quoted string" (translated)';
$this->assertEquals($expected, __('this is a "quoted string"'));
}