diff options
author | Björn Gustavsson <[email protected]> | 2014-12-10 07:29:12 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2015-01-12 12:22:55 +0100 |
commit | 58b8d58cdeedc725c2aa25114a3e185b9d6e652d (patch) | |
tree | a583579021f3dea6209266257a408faa1cfcc7ba /lib/asn1/test/asn1_SUITE_data | |
parent | 7e5865248225e0934bef6c60e474018f28075cea (diff) | |
download | otp-58b8d58cdeedc725c2aa25114a3e185b9d6e652d.tar.gz otp-58b8d58cdeedc725c2aa25114a3e185b9d6e652d.tar.bz2 otp-58b8d58cdeedc725c2aa25114a3e185b9d6e652d.zip |
Strengthen the test of selection types
"SET OF id < Type" was not tested. Also make sure that all of
assigned values are correct.
Diffstat (limited to 'lib/asn1/test/asn1_SUITE_data')
-rw-r--r-- | lib/asn1/test/asn1_SUITE_data/SelectionType.asn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/asn1/test/asn1_SUITE_data/SelectionType.asn b/lib/asn1/test/asn1_SUITE_data/SelectionType.asn index d7bfbf1788..6163f390dd 100644 --- a/lib/asn1/test/asn1_SUITE_data/SelectionType.asn +++ b/lib/asn1/test/asn1_SUITE_data/SelectionType.asn @@ -14,7 +14,7 @@ Element ::= CHOICE {bool BOOLEAN, utf UTF8String, ro RELATIVE-OID, nums NumericString, - symbol PrintableString, + symbol PrintableString, telet TeletexString, t61 T61String, video VideotexString, @@ -23,13 +23,14 @@ Element ::= CHOICE {bool BOOLEAN, generalizedTime GeneralizedTime, gs GraphicString, vs VisibleString, --- iso64 ISO646String, generalString GeneralString, univ UniversalString, cs CHARACTER STRING, bmp BMPString} -MendeleyevTable ::= SEQUENCE OF symbol < Element +MendeleyevTable ::= SEQUENCE OF symbol < Element +MendeleyevSet ::= SET OF atomic-no < Element + BoolType ::= bool < Element einsteinium symbol < Element ::= "Es" @@ -51,7 +52,6 @@ utctimev utctime < Element ::= "9805281429Z" gTime generalizedTime < Element ::= "19980528142905.1" gsv gs < Element ::= "graphic" vsv vs < Element ::= "visible" ---iso64v iso64 < Element ::= "iso" gStringv generalString < Element ::= "general" univv univ < Element ::= "Universal" bmov bmp < Element ::= "bmp" |