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

Violette Roche-Montane
06.25.2014 1e35b72a628e4ed9c4bbdd2412d13d006ee6dfce
opendj-cli/src/test/java/com/forgerock/opendj/cli/CliTestCase.java
@@ -30,9 +30,9 @@
import org.testng.annotations.Test;
/**
 * An abstract class that all cli unit tests should extend.
 * An abstract class that all CLI unit tests should extend.
 */
@Test(groups = { "precommit", "cli", "sdk" })
public abstract class CliTestCase extends ForgeRockTestCase {
}