[Validator] fixed tests, ICU 4.4 (Travis version) does not have the "my" locale

This commit is contained in:
Eriksen Costa 2012-08-06 00:43:51 -03:00
parent d7b6bb32e6
commit 3191c704a1
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ class LocaleValidatorTest extends LocalizedTestCase
return array(
array('en'),
array('en_US'),
array('my'),
array('pt'),
array('pt_PT'),
array('zh_Hans'),
);
}