diff options
author | Björn Gustavsson <[email protected]> | 2013-03-05 06:41:48 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-05-31 14:52:18 +0200 |
commit | 59733fd6f95717cee0e67ccfcaa563ec9c56e5b6 (patch) | |
tree | 4342ec23dd2e2cc61d3c2506ef569e3925cd951c /lib/asn1 | |
parent | 09d41209d62b9c8010827cbbb7b7046460b90090 (diff) | |
download | otp-59733fd6f95717cee0e67ccfcaa563ec9c56e5b6.tar.gz otp-59733fd6f95717cee0e67ccfcaa563ec9c56e5b6.tar.bz2 otp-59733fd6f95717cee0e67ccfcaa563ec9c56e5b6.zip |
ber_other/1: Test more specifications with the BER backend
Diffstat (limited to 'lib/asn1')
-rw-r--r-- | lib/asn1/test/asn1_SUITE.erl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/asn1/test/asn1_SUITE.erl b/lib/asn1/test/asn1_SUITE.erl index 242456a4cf..5f17170b2c 100644 --- a/lib/asn1/test/asn1_SUITE.erl +++ b/lib/asn1/test/asn1_SUITE.erl @@ -1093,11 +1093,8 @@ per_modules() -> ber_modules() -> [X || X <- test_modules(), - X =/= "CommonDataTypes", - X =/= "DS-EquipmentUser-CommonFunctionOrig-TransmissionPath", X =/= "H323-MESSAGES", - X =/= "H235-SECURITY-MESSAGES", - X =/= "MULTIMEDIA-SYSTEM-CONTROL"]. + X =/= "H235-SECURITY-MESSAGES"]. test_modules() -> ["BitStr", |