summaryrefslogtreecommitdiffstats
path: root/src/net/gcdc/asn1/test/UperEncodeSequenceOfIntegerTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/gcdc/asn1/test/UperEncodeSequenceOfIntegerTest.java')
-rw-r--r--src/net/gcdc/asn1/test/UperEncodeSequenceOfIntegerTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/gcdc/asn1/test/UperEncodeSequenceOfIntegerTest.java b/src/net/gcdc/asn1/test/UperEncodeSequenceOfIntegerTest.java
index 6028a29..40a3772 100644
--- a/src/net/gcdc/asn1/test/UperEncodeSequenceOfIntegerTest.java
+++ b/src/net/gcdc/asn1/test/UperEncodeSequenceOfIntegerTest.java
@@ -6,6 +6,7 @@ import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
+import net.gcdc.asn1.datatypes.FieldOrder;
import net.gcdc.asn1.datatypes.Sequence;
import net.gcdc.asn1.datatypesimpl.SequenceOfUnrestrictedLong;
@@ -27,7 +28,7 @@ TestRecord ::= [APPLICATION 0] IMPLICIT SEQUENCE {
@Sequence
public static class TestRecord {
-
+ @FieldOrder(order = 0)
SequenceOfUnrestrictedLong numbers;
public TestRecord() {