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

matthew_swift
23.43.2009 17fa20151c195133ae15f752dbe6d7f370eded2c
Compare actual / expected results in correct order.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/AciTestCase.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/AciTestCase.java
@@ -318,7 +318,7 @@
    oStream.reset();
    int retVal =
         LDAPSearch.mainSearch(argList.toArray(args), false, oStream, oStream);
    Assert.assertEquals(rc, retVal, "Returned error: " + oStream.toString());
    Assert.assertEquals(retVal, rc, "Returned error: " + oStream.toString());
    return oStream.toString();
  }