assert.notSameValue(supported.indexOf(defaultLocale),-1,"SupportedLocales didn't return default locale with matcher "+matcher+".");
assert.sameValue(supported.indexOf(noLinguisticContent),-1,"SupportedLocales returned the \"no linguistic content\" locale with matcher "+matcher+".");
assert.sameValue(supported.length>1,false,"SupportedLocales returned stray locales: "+supported.join(", ")+" with matcher "+matcher+".");