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

matthew_swift
08.13.2010 34ac48d938d5f3411505f7d0f883a585148ec716
sdk/tests/unit-tests-testng/src/org/opends/sdk/schema/SyntaxTestCase.java
@@ -30,7 +30,7 @@
import static org.testng.Assert.fail;
import org.opends.messages.MessageBuilder;
import org.opends.sdk.LocalizableMessageBuilder;
import org.opends.sdk.DecodeException;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
@@ -76,7 +76,7 @@
    // Make sure that the specified class can be instantiated as a task.
    Syntax syntax = getRule();
    MessageBuilder reason = new MessageBuilder();
    LocalizableMessageBuilder reason = new LocalizableMessageBuilder();
    // test the valueIsAcceptable method
    Boolean liveResult =
        syntax.valueIsAcceptable(ByteString.valueOf(value), reason);