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

Matthew Swift
10.43.2014 44d9730b69143d1fd7cd8b382b557e2c9d65225e
opendj-config/src/test/java/org/forgerock/opendj/config/EnumPropertyDefinitionTest.java
@@ -26,12 +26,10 @@
package org.forgerock.opendj.config;
import static org.testng.Assert.*;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNotNull;
import org.forgerock.opendj.server.config.meta.RootCfgDefn;
import org.forgerock.opendj.config.EnumPropertyDefinition;
import org.forgerock.opendj.config.IllegalPropertyValueStringException;
import org.forgerock.opendj.config.PropertyDefinitionsOptions;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;