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

Nicolas Capponi
22.58.2015 9defd2349274d077ad120d780a6fac5f6d594c7f
opendj-server-legacy/src/test/java/org/opends/server/schema/UUIDSyntaxTest.java
@@ -27,11 +27,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 UUIDSyntax.
 */
@RemoveOnceSDKSchemaIsUsed
public class UUIDSyntaxTest extends AttributeSyntaxTest
{