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

neil_a_wilson
11.16.2007 68f11d21336730ab6e4ce683d5490f96c432fc13
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/schema/NumericStringOrderingMatchingRuleTest.java
@@ -57,9 +57,6 @@
  public Object[][] createOrderingMatchingRuleTestData()
  {
    return new Object[][] {
        // following test is currently disabled because it does not work
        // {"1", "09", -1},
        // see issue 638
        {"1", "999999999999999999999", -1},
        {"1", "9",  -1},
        {"1", " 1 ", 0},
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/schema/TelexSyntaxTest.java
@@ -54,17 +54,7 @@
    return new Object [][] {
        {"123$france$456", true},
        {"abcdefghijk$lmnopqr$stuvwxyz", true},
        {"12345$67890$()+,-./:? ", true},
        /*
         * disabled because of issue : 701
         * should accept "
        {"12345$67890$\"\"\"", true},
        */
        /* disabled because of issue : 701
         * should not accept backslash and equal sign
        {"12345$67890$\'\'", false},
        {"12345$67890$===", false},*/
        {"12345$67890$()+,-./:? ", true},
    };
  }