| opends/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/AciTestCase.java | ●●●●● 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(); }