From d1e0b30e5fc0ef6769baf2ec9466a8360347fe4b Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Mon, 17 Nov 2014 10:32:24 +0530 Subject: [PATCH] Fix broken tests while adding more languages Change-Id: I8c180e96bc2fb40582e0fedfd9c8eab430961c59 --- test/jquery.uls.test.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/test/jquery.uls.test.js b/test/jquery.uls.test.js index b96e946..c3bbf1c 100644 --- a/test/jquery.uls.test.js +++ b/test/jquery.uls.test.js @@ -171,12 +171,11 @@ 'languages of region PA are selected correctly' ); assert.deepEqual( $.uls.data.getLanguagesInRegions( ['AM', 'WW'] ), [ - 'akz', 'arn', 'aro', 'ase', 'avk', 'ay', 'cho', 'chr', 'chy', 'cr', 'cr-latn', - 'en-ca', 'en', 'eo', 'es-419', 'es-formal', 'es', 'esu', 'fr', 'frc', 'gcf', 'gn', - 'guc', 'haw', 'ht', 'ia', 'ie', 'ik', 'ike-cans', 'ike-latn', 'io', 'iu', 'jam', - 'jbo', 'kgp', 'kl', 'lad-latn', 'lad-hebr', 'lfn', 'lut', 'mfe', 'mic', 'mus', 'nah', 'nl-informal', 'nl', - 'nov', 'nv', 'pap', 'pdc', 'pdt', 'ppl', 'pt-br', 'pt', 'qu', 'qug', 'rap', 'sei', - 'simple', 'srn', 'tokipona', 'vo', 'yi', 'yrl', 'yua' + 'acf', 'akz', 'arn', 'aro', 'ase', 'avk', 'ay', 'cho', 'chr', 'chy', 'ciw', 'cr', 'cr-latn', 'en-ca', + 'en', 'eo', 'es-419', 'es-formal', 'es', 'esu', 'fr', 'frc', 'gcf', 'gn', 'guc', 'haw', 'hrx', 'ht', 'ia', + 'ie', 'ik', 'ike-cans', 'ike-latn', 'io', 'iu', 'jam', 'jbo', 'kgp', 'kl', 'lad-latn', 'lad-hebr', 'lfn', + 'lkt', 'lut', 'mfe', 'mic', 'miq', 'mus', 'nah', 'nl-informal', 'nl', 'nov', 'nv', 'pap', 'pbb', 'pdc', + 'pdt', 'ppl', 'pt-br', 'pt', 'qu', 'qug', 'rap', 'sei', 'simple', 'srn', 'tokipona', 'vo', 'yi', 'yrl', 'yua' ], 'languages of regions AM and WW are selected correctly' );