From 7697770a4c475873185339f6a46506a1a2e0e435 Mon Sep 17 00:00:00 2001 From: Murat Sutunc Date: Thu, 30 Jan 2014 16:00:57 -0800 Subject: [PATCH] removed alert call from test file --- test/suite/intl402/ch09/9.2/9.2.6_4_b.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/suite/intl402/ch09/9.2/9.2.6_4_b.js b/test/suite/intl402/ch09/9.2/9.2.6_4_b.js index 5b9a43157a..a998e3378e 100644 --- a/test/suite/intl402/ch09/9.2/9.2.6_4_b.js +++ b/test/suite/intl402/ch09/9.2/9.2.6_4_b.js @@ -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 + "."); }