From a3202b05d648732b7d2afe3ad952782e5376a18d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Thu, 11 Mar 2010 09:19:58 +0000 Subject: OTP-8516 asn1: clean up test suite --- lib/asn1/test/asn1_bin_SUITE_data/XSeqOf.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 lib/asn1/test/asn1_bin_SUITE_data/XSeqOf.py (limited to 'lib/asn1/test/asn1_bin_SUITE_data/XSeqOf.py') diff --git a/lib/asn1/test/asn1_bin_SUITE_data/XSeqOf.py b/lib/asn1/test/asn1_bin_SUITE_data/XSeqOf.py deleted file mode 100644 index 116bd4a82d..0000000000 --- a/lib/asn1/test/asn1_bin_SUITE_data/XSeqOf.py +++ /dev/null @@ -1,19 +0,0 @@ -XSeqOf DEFINITIONS ::= -BEGIN - --- F.2.10.1 --- Use a sequence-of type to model a collection of variables whose --- types are the same, --- whose number is large or unpredictable, and whose order is significant. --- EXAMPLE - -NamesOfMemberNations ::= SEQUENCE OF VisibleString --- in alphabetical order - -firstTwo NamesOfMemberNations ::= {"Australia", "Austria"} - -DayNames1 ::= SEQUENCE SIZE(7) OF VisibleString -DayNames2 ::= SEQUENCE SIZE(1..7) OF VisibleString -DayNames3 ::= SEQUENCE (SIZE(7)) OF VisibleString -DayNames4 ::= SEQUENCE (SIZE(1..7)) OF VisibleString -END -- cgit v1.2.3