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

sin
14.56.2009 b7084e32bb89655ead73bd0d50616fa1f5bb8491
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/LDAPSearchTestCase.java
@@ -2311,7 +2311,7 @@
         throws Exception
  {
    TestCaseUtils.clearJEBackend(true, "userRoot", "dc=example,dc=com");
    String[] args =
    {
      "-h", "127.0.0.1",
@@ -2325,7 +2325,7 @@
      "(objectClass=*)"
    };
    assertFalse(LDAPSearch.mainSearch(args, false, null, null) == 0);
    assertTrue(LDAPSearch.mainSearch(args, false, null, null) == 0);
  }