Update tests and sync DBs after reordering regions

Followup I6fcf34dd

Change-Id: I2369f97ec978892a8db9fa15c17885de9cc841ec
This commit is contained in:
Amir E. Aharoni
2012-07-10 15:33:46 -04:00
committed by Niklas Laxström
parent 6af3c4c9b8
commit 2775e6f5b3
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -87,7 +87,7 @@ test( "-- $.uls.data testing", function() {
var allLanguagesByScriptGroup = $.uls.data.allLanguagesByScriptGroup();
deepEqual( allLanguagesByScriptGroup['Greek'], ['el', 'grc', 'pnt', 'ruq-grek', 'tsd'], 'All languages in the Greek script found' );
deepEqual( $.uls.data.allRegions(), ['NA', 'LA', 'SA', 'ME', 'AF', 'EU', 'AS', 'AU', 'PA', 'WW'], 'All regions found' );
deepEqual( $.uls.data.allRegions(), ['NA', 'LA', 'SA', 'EU', 'ME', 'AF', 'AS', 'PA', 'AU', 'WW'], 'All regions found' );
} );
}() );