Merge pull request #26 from muratsu/intl402-alert

Remove the alert call from test file
This commit is contained in:
Brian Terlson 2014-07-10 13:39:14 -07:00
commit cb8b373444
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 + ".");
}