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

matthew_swift
23.43.2009 352f6348875af726acc82d1c59161b67d405f161
Compare actual / expected results in correct order.
1 files modified
2 ■■■ changed files
opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/AciTestCase.java 2 ●●● patch | view | raw | blame | history
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();
  }