opends/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/TestASN1Enumerated.java
@@ -32,8 +32,8 @@ import java.util.ArrayList; import java.util.Arrays; import org.testng.annotations.Configuration; import org.testng.annotations.Test; import org.testng.annotations.BeforeClass; /** * This class defines a set of tests for the @@ -49,7 +49,7 @@ /** * Performs any necessary initialization for this test case. */ @Configuration(beforeTestClass = true) @BeforeClass public void setUp() { testIntegers = new ArrayList<Integer>(); testEncodedIntegers = new ArrayList<byte[]>();