removed alert call from test file

This commit is contained in:
Murat Sutunc 2014-01-30 16:00:57 -08:00
parent 9b669da66c
commit 7697770a4c
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ testWithIntlConstructors(function (Constructor) {
locale + " is considered supported with matcher " + matcher + ".");
}
if (supported2[0] !== locale + validExtension || supported3[0] !== locale + invalidExtension) {
alert(locale + "; " + supported2[0] + "; " + supported3[0]);
$ERROR("Unicode locale extension sequence is not correctly returned for locale " +
locale + " with matcher " + matcher + ".");
}