aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/testTCAP.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2013-02-19 07:21:16 +0100
committerBjörn Gustavsson <[email protected]>2013-02-19 07:21:16 +0100
commit63026a4b3c23aa4ba7f4f218fb053e3c092ebfdf (patch)
tree8d5b737e4a7ba44d2c689b7e7dc5853872263f5a /lib/asn1/test/testTCAP.erl
parentabece06800425067ca8f99d770e6269182c0de72 (diff)
parent8c1d2cc03feda65b21281c7a856028e95120c32a (diff)
downloadotp-63026a4b3c23aa4ba7f4f218fb053e3c092ebfdf.tar.gz
otp-63026a4b3c23aa4ba7f4f218fb053e3c092ebfdf.tar.bz2
otp-63026a4b3c23aa4ba7f4f218fb053e3c092ebfdf.zip
Merge branch 'bjorn/asn1/test-cases'
* bjorn/asn1/test-cases: Remove unused test cases Run more tests with all backends asn1_SUITE: Remove unused code
Diffstat (limited to 'lib/asn1/test/testTCAP.erl')
-rw-r--r--lib/asn1/test/testTCAP.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asn1/test/testTCAP.erl b/lib/asn1/test/testTCAP.erl
index b723995e40..354b6c5ea4 100644
--- a/lib/asn1/test/testTCAP.erl
+++ b/lib/asn1/test/testTCAP.erl
@@ -37,7 +37,7 @@ compile_asn1config(Config, Options) ->
asn1_test_lib:compile_all(Files, Config, Options),
asn1_test_lib:compile_erlang("TCAPPackage_msg", Config, []).
-test(ber=Erule,_Config) ->
+test(Erule,_Config) ->
% ?line OutDir = ?config(priv_dir,Config),
%% testing OTP-4798, open type encoded with indefinite length
?line {ok,_Res} = asn1_wrapper:decode('TCAPMessages-simple','MessageType', val_OTP_4798(Erule)),