opendj-sdk/opends/tests/integration-tests-testng/src/server/org/opends/server/OpenDSIntegrationTests.java
@@ -30,6 +30,7 @@ import org.opends.server.OpenDSMgr; import org.opends.server.tools.StopDS; import org.opends.server.tools.LDAPSearch; import org.testng.Assert.*; /** * This class defines an abstract test case that should be subclassed by all @@ -96,7 +97,7 @@ if (retCode == 999) System.out.println("OpenDS could not restart"); // throw a fail in the testng framework assert retCode==expCode; org.testng.Assert.assertEquals(retCode,expCode); } }