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

Nicolas Capponi
22.58.2015 9defd2349274d077ad120d780a6fac5f6d594c7f
opendj-server-legacy/src/test/java/org/opends/server/schema/IntegerSyntaxTest.java
@@ -26,11 +26,13 @@
package org.opends.server.schema;
import org.opends.server.api.AttributeSyntax;
import org.opends.server.util.RemoveOnceSDKSchemaIsUsed;
import org.testng.annotations.DataProvider;
/**
 * Test the IA5StringSyntax.
 */
@RemoveOnceSDKSchemaIsUsed
public class IntegerSyntaxTest extends AttributeSyntaxTest
{