Fix broken tests while adding more languages

Change-Id: I8c180e96bc2fb40582e0fedfd9c8eab430961c59
This commit is contained in:
Santhosh Thottingal
2014-11-17 10:32:24 +05:30
parent 3a7840f937
commit d1e0b30e5f

View File

@@ -171,12 +171,11 @@
'languages of region PA are selected correctly' ); 'languages of region PA are selected correctly' );
assert.deepEqual( $.uls.data.getLanguagesInRegions( ['AM', 'WW'] ), assert.deepEqual( $.uls.data.getLanguagesInRegions( ['AM', 'WW'] ),
[ [
'akz', 'arn', 'aro', 'ase', 'avk', 'ay', 'cho', 'chr', 'chy', 'cr', 'cr-latn', 'acf', 'akz', 'arn', 'aro', 'ase', 'avk', 'ay', 'cho', 'chr', 'chy', 'ciw', 'cr', 'cr-latn', 'en-ca',
'en-ca', 'en', 'eo', 'es-419', 'es-formal', 'es', 'esu', 'fr', 'frc', 'gcf', 'gn', 'en', 'eo', 'es-419', 'es-formal', 'es', 'esu', 'fr', 'frc', 'gcf', 'gn', 'guc', 'haw', 'hrx', 'ht', 'ia',
'guc', 'haw', 'ht', 'ia', 'ie', 'ik', 'ike-cans', 'ike-latn', 'io', 'iu', 'jam', 'ie', 'ik', 'ike-cans', 'ike-latn', 'io', 'iu', 'jam', 'jbo', 'kgp', 'kl', 'lad-latn', 'lad-hebr', 'lfn',
'jbo', 'kgp', 'kl', 'lad-latn', 'lad-hebr', 'lfn', 'lut', 'mfe', 'mic', 'mus', 'nah', 'nl-informal', 'nl', 'lkt', 'lut', 'mfe', 'mic', 'miq', 'mus', 'nah', 'nl-informal', 'nl', 'nov', 'nv', 'pap', 'pbb', 'pdc',
'nov', 'nv', 'pap', 'pdc', 'pdt', 'ppl', 'pt-br', 'pt', 'qu', 'qug', 'rap', 'sei', 'pdt', 'ppl', 'pt-br', 'pt', 'qu', 'qug', 'rap', 'sei', 'simple', 'srn', 'tokipona', 'vo', 'yi', 'yrl', 'yua'
'simple', 'srn', 'tokipona', 'vo', 'yi', 'yrl', 'yua'
], ],
'languages of regions AM and WW are selected correctly' 'languages of regions AM and WW are selected correctly'
); );