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

matthew_swift
28.47.2010 f2160f4bd1c8ac67e5a86a6710d431e8932877f9
sdk/tests/unit-tests-testng/src/org/opends/sdk/schema/BitStringEqualityMatchingRuleTest.java
@@ -47,8 +47,8 @@
  @DataProvider(name = "matchingRuleInvalidAttributeValues")
  public Object[][] createMatchingRuleInvalidAttributeValues()
  {
    return new Object[][] { { "\'a\'B" }, { "0" }, { "010101" },
        { "\'10101" }, { "\'1010\'A" }, };
    return new Object[][] { { "\'a\'B" }, { "0" }, { "010101" }, { "\'10101" },
        { "\'1010\'A" }, };
  }
@@ -60,8 +60,7 @@
  @DataProvider(name = "matchingrules")
  public Object[][] createMatchingRuleTest()
  {
    return new Object[][] {
        { "\'0\'B", "\'0\'B", ConditionResult.TRUE },
    return new Object[][] { { "\'0\'B", "\'0\'B", ConditionResult.TRUE },
        { "\'1\'B", "\'1\'B", ConditionResult.TRUE },
        { "\'0\'B", "\'1\'B", ConditionResult.FALSE }, };
  }