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 --- .../ContextSwitchingTypes.asn1 | 53 ---------------------- 1 file changed, 53 deletions(-) delete mode 100644 lib/asn1/test/asn1_bin_v2_SUITE_data/ContextSwitchingTypes.asn1 (limited to 'lib/asn1/test/asn1_bin_v2_SUITE_data/ContextSwitchingTypes.asn1') diff --git a/lib/asn1/test/asn1_bin_v2_SUITE_data/ContextSwitchingTypes.asn1 b/lib/asn1/test/asn1_bin_v2_SUITE_data/ContextSwitchingTypes.asn1 deleted file mode 100644 index c8145bad63..0000000000 --- a/lib/asn1/test/asn1_bin_v2_SUITE_data/ContextSwitchingTypes.asn1 +++ /dev/null @@ -1,53 +0,0 @@ -ContextSwitchingTypes DEFINITIONS AUTOMATIC TAGS ::= - -BEGIN - --- EXTERNAL type - -T ::= EXTERNAL - -Seq ::= SEQUENCE { - a INTEGER, - b T -} - -int INTEGER ::= 12 - -val1-T T ::= {indirect-reference int, encoding octet-aligned:'123'H} - -val2-T T ::= {identification syntax:{1 2 3}, data-value '123'H} - -val3-T T ::= {identification context-negotiation:{presentation-context-id 12, - transfer-syntax {1 2 3}}, - data-value '123'H} - --- EMBEDDED PDV type - -EP ::= EMBEDDED PDV - -Seq2 ::= SEQUENCE { - a BOOLEAN, - b EP -} - -val1-EP EP ::= {identification syntaxes:{abstract {1 2 3 4}, - transfer {1 2 3 5}}, - data-value '12345'H} - -val2-EP EP ::= {identification syntax:{1 2 3}, data-value '123'H} - --- CHARACTER STRING type and value - -CS ::= CHARACTER STRING - -Seq3 ::= SEQUENCE { - a INTEGER, - b CS -} - -val1-CS CS ::= {identification syntaxes:{abstract {1 2 3 4}, - transfer {1 2 3 5}}, - string-value '12345'H} - - -END -- cgit v1.2.3