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_v2_SUITE_data/Null.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 lib/asn1/test/asn1_bin_v2_SUITE_data/Null.py (limited to 'lib/asn1/test/asn1_bin_v2_SUITE_data/Null.py') diff --git a/lib/asn1/test/asn1_bin_v2_SUITE_data/Null.py b/lib/asn1/test/asn1_bin_v2_SUITE_data/Null.py deleted file mode 100644 index 23e5f38140..0000000000 --- a/lib/asn1/test/asn1_bin_v2_SUITE_data/Null.py +++ /dev/null @@ -1,22 +0,0 @@ -Null DEFINITIONS ::= -BEGIN - --- F.2.9 Null --- Use a null type to indicate the effective absence of a component --- of a sequence. --- EXAMPLE - -PatientIdentifier ::= SEQUENCE { - name VisibleString, - roomNumber CHOICE { - room INTEGER, - outPatient NULL -- if an out-patient -- - } -} - -lastPatient PatientIdentifier ::= { - name "Jane Doe", - roomNumber outPatient : NULL -} - -END -- cgit v1.2.3