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

Violette Roche-Montane
06.25.2014 a5eaf037b1285bbc48c06c932de5696234cb51f7
opendj-sdk/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 {
}