Fixed bug #687: Missing log lines. Immediate logging (i.e. flush) is no
[yaz-moved-to-github.git] / test / tstodr.asn
index e61dd73..a526abb 100644 (file)
@@ -1,5 +1,5 @@
 -- Small ASN.1 spec for tstodr test
--- $Id: tstodr.asn,v 1.1 2003-10-27 12:21:38 adam Exp $
+-- $Id: tstodr.asn,v 1.2 2005-05-26 21:47:16 adam Exp $
 tstodrcodec
 {tstodrcodec} DEFINITIONS ::=
 BEGIN
@@ -11,6 +11,7 @@ MySequence ::= SEQUENCE {
         fifth [5] IMPLICIT INTEGER {
                 enum1(0),
                 enum2(1)
-        }
+        },
+       myoid [6] IMPLICIT OBJECT IDENTIFIER
 }
 END