summaryrefslogtreecommitdiff
path: root/test/suite/intl402/ch10/10.3/10.3.3.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.3/10.3.3.js
parente4ebf02f70312dbb291f8496cf94a1409dd52027 (diff)
downloadtest262-faedd2207015dfe634e323077308b81123752381.tar.gz
Bug 693: Remove "kk"/normalization property from Collator
Diffstat (limited to 'test/suite/intl402/ch10/10.3/10.3.3.js')
-rw-r--r--test/suite/intl402/ch10/10.3/10.3.3.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/suite/intl402/ch10/10.3/10.3.3.js b/test/suite/intl402/ch10/10.3/10.3.3.js
index 56c294491..bc6b4fabb 100644
--- a/test/suite/intl402/ch10/10.3/10.3.3.js
+++ b/test/suite/intl402/ch10/10.3/10.3.3.js
@@ -43,6 +43,5 @@ mustHaveProperty(actual, "sensitivity", ["variant"]);
mustHaveProperty(actual, "ignorePunctuation", [false]);
mustHaveProperty(actual, "collation", collations);
mayHaveProperty(actual, "numeric", [true, false]);
-mayHaveProperty(actual, "normalization", [true, false]);
mayHaveProperty(actual, "caseFirst", ["upper", "lower", "false"]);