aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/testTCAP.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2013-02-18 14:59:26 +0100
committerBjörn Gustavsson <[email protected]>2013-02-18 16:27:20 +0100
commit58b135c86f1ba8326bfe6134525947362c13cc40 (patch)
treec9fbb248449e96e8ebb4ee084e503e519ec1c99f /lib/asn1/test/testTCAP.erl
parent9115d4b768a1dd14fa3c6cc527fe4e7927b4e872 (diff)
downloadotp-58b135c86f1ba8326bfe6134525947362c13cc40.tar.gz
otp-58b135c86f1ba8326bfe6134525947362c13cc40.tar.bz2
otp-58b135c86f1ba8326bfe6134525947362c13cc40.zip
Run more tests with all backends
Some tests are are only run with BER backend. Unless there is a special reason that the PER and UPER backends will not work, we should run all tests with all backends to get the best possible code coverage.
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)),