Add test_marc.sh JSON test results
[yaz-moved-to-github.git] / test / tstodr.asn
index e61dd73..66cadcc 100644 (file)
@@ -1,7 +1,6 @@
 -- Small ASN.1 spec for tstodr test
--- $Id: tstodr.asn,v 1.1 2003-10-27 12:21:38 adam Exp $
-tstodrcodec
-{tstodrcodec} DEFINITIONS ::=
+test_odrcodec
+{test_odrcodec} DEFINITIONS ::=
 BEGIN
 MySequence ::= SEQUENCE {
        first [1] IMPLICIT INTEGER,
@@ -11,6 +10,7 @@ MySequence ::= SEQUENCE {
         fifth [5] IMPLICIT INTEGER {
                 enum1(0),
                 enum2(1)
-        }
+        },
+       myoid [6] IMPLICIT OBJECT IDENTIFIER
 }
 END