mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
28.47.2010 f2160f4bd1c8ac67e5a86a6710d431e8932877f9
sdk/tests/unit-tests-testng/src/org/opends/sdk/schema/CaseIgnoreOrderingMatchingRuleTest.java
@@ -62,8 +62,7 @@
  {
    return new Object[][] { { "12345678", "02345678", 1 },
        { "abcdef", "bcdefa", -1 }, { "abcdef", "abcdef", 0 },
        { "abcdef", "ABCDEF", 0 },
        { "abcdef", "aCcdef", -1 },
        { "abcdef", "ABCDEF", 0 }, { "abcdef", "aCcdef", -1 },
        { "aCcdef", "abcdef", 1 },
        { "foo\u0020bar\u0020\u0020", "foo bar", 0 },
        { "test\u00AD\u200D", "test", 0 },