summaryrefslogtreecommitdiff
path: root/test/suite/intl402/ch10/10.1/10.1.1_13.js
diff options
context:
space:
mode:
authorNorbert Lindenberg <ecmascript@lindenbergsoftware.com>2012-10-09 22:19:30 -0700
committerNorbert Lindenberg <ecmascript@lindenbergsoftware.com>2012-10-09 22:19:30 -0700
commitfaedd2207015dfe634e323077308b81123752381 (patch)
treea1099d2199371b912a554e4f6f35907571e55b96 /test/suite/intl402/ch10/10.1/10.1.1_13.js
parente4ebf02f70312dbb291f8496cf94a1409dd52027 (diff)
downloadtest262-faedd2207015dfe634e323077308b81123752381.tar.gz
Bug 693: Remove "kk"/normalization property from Collator
Diffstat (limited to 'test/suite/intl402/ch10/10.1/10.1.1_13.js')
-rw-r--r--test/suite/intl402/ch10/10.1/10.1.1_13.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/suite/intl402/ch10/10.1/10.1.1_13.js b/test/suite/intl402/ch10/10.1/10.1.1_13.js
index b0f1bbc8e..4129eebd2 100644
--- a/test/suite/intl402/ch10/10.1/10.1.1_13.js
+++ b/test/suite/intl402/ch10/10.1/10.1.1_13.js
@@ -2,13 +2,12 @@
// This code is governed by the BSD license found in the LICENSE file.
/**
- * @description Tests that the options numeric, normalization, and caseFirst are processed correctly.
+ * @description Tests that the options numeric and caseFirst are processed correctly.
* @author Norbert Lindenberg
*/
$INCLUDE("testIntl.js");
testOption(Intl.Collator, "numeric", "boolean", undefined, undefined, {isOptional: true});
-testOption(Intl.Collator, "normalization", "boolean", undefined, undefined, {isOptional: true});
testOption(Intl.Collator, "caseFirst", "string", ["upper", "lower", "false"], undefined, {isOptional: true});