Update tests and sync DBs after reordering regions
Followup I6fcf34dd Change-Id: I2369f97ec978892a8db9fa15c17885de9cc841ec
This commit is contained in:
committed by
Niklas Laxström
parent
6af3c4c9b8
commit
2775e6f5b3
File diff suppressed because one or more lines are too long
@@ -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' );
|
||||
} );
|
||||
|
||||
}() );
|
||||
|
||||
Reference in New Issue
Block a user