summaryrefslogtreecommitdiff
path: root/test/suite/intl402/ch10/10.1/10.1.1_19_c.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_19_c.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_19_c.js')
-rw-r--r--test/suite/intl402/ch10/10.1/10.1.1_19_c.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/suite/intl402/ch10/10.1/10.1.1_19_c.js b/test/suite/intl402/ch10/10.1/10.1.1_19_c.js
index 577ef5600..4ad76d45b 100644
--- a/test/suite/intl402/ch10/10.1/10.1.1_19_c.js
+++ b/test/suite/intl402/ch10/10.1/10.1.1_19_c.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/**
- * @description Tests that the options numeric, normalization, and caseFirst can be
+ * @description Tests that the options numeric and caseFirst can be
* set through either the locale or the options.
* @author Norbert Lindenberg
*/
@@ -11,7 +11,6 @@ $INCLUDE("testIntl.js");
var options = [
{key: "kn", property: "numeric", type: "boolean", values: [true, false]},
- {key: "kk", property: "normalization", type: "boolean", values: [true, false]},
{key: "kf", property: "caseFirst", type: "string", values: ["upper", "lower", "false"]}
];