aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2007-06-26 23:56:54 +0000
committerLev Walkin <vlm@lionet.info>2007-06-26 23:56:54 +0000
commita2987ea6f93108496b24b4e11049b699cf469fc4 (patch)
tree43817ce3ee9237b27ea20e94a86ccee9d588f94d /tests
parentc60d08ff5d4db2b439f027f917693c9a10373649 (diff)
instrumentation
Diffstat (limited to 'tests')
-rw-r--r--tests/126-per-extensions-OK.asn17
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/126-per-extensions-OK.asn1 b/tests/126-per-extensions-OK.asn1
index 26503cd0..3d708663 100644
--- a/tests/126-per-extensions-OK.asn1
+++ b/tests/126-per-extensions-OK.asn1
@@ -16,15 +16,16 @@ BEGIN
str-o IA5String OPTIONAL,
str-m IA5String,
singl Singleton,
- pdu-2 PDU-2
+ pdu-2 PDU-2 OPTIONAL
}
Singleton ::= SEQUENCE {
- mandatory IA5String DEFAULT "z"
+ opt-z IA5String DEFAULT "z"
}
PDU-2 ::= CHOICE {
- str-p2 IA5String
+ str-p2 IA5String,
+ ...
}
END