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

davidely
02.00.2007 a5ce1b53bf9304c08bb51639b48bb77085cd62b3
opends/tests/unit-tests-testng/src/server/org/opends/quicksetup/util/UtilsTest.java
@@ -30,11 +30,13 @@
import static org.testng.Assert.*;
import org.testng.annotations.*;
import org.opends.quicksetup.Constants;
import org.opends.server.DirectoryServerTestCase;
/**
 * Utils Tester.
 */
public class UtilsTest {
@Test(sequential=true)
public class UtilsTest extends DirectoryServerTestCase {
  @DataProvider(name = "breakHtmlStringData")
  public Object[][] breakHtmlStringData() {