Added tests for pql2cql using relation and truncation.
[yaz-moved-to-github.git] / test / tstodr.asn
index e61dd73..3fc8d62 100644 (file)
@@ -1,5 +1,4 @@
 -- Small ASN.1 spec for tstodr test
--- $Id: tstodr.asn,v 1.1 2003-10-27 12:21:38 adam Exp $
 tstodrcodec
 {tstodrcodec} DEFINITIONS ::=
 BEGIN
@@ -11,6 +10,7 @@ MySequence ::= SEQUENCE {
         fifth [5] IMPLICIT INTEGER {
                 enum1(0),
                 enum2(1)
-        }
+        },
+       myoid [6] IMPLICIT OBJECT IDENTIFIER
 }
 END