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

el_kaboing
17.48.2006 60c135a51fa765acce882922d6f32e8bce6f2b0f
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);
    }
  }