diff options
author | Björn Gustavsson <[email protected]> | 2013-09-05 06:48:35 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2013-09-18 10:22:30 +0200 |
commit | 046ceb4469ad0a7a6856f1c28216cb42cffedf0a (patch) | |
tree | eecf6cd7f0270fb25ea9d7a8c4e8b1043f43dd8d /lib/asn1/test/asn1_SUITE.erl | |
parent | 2c59448f7e3726c241719b5952c1685cf6a6313a (diff) | |
download | otp-046ceb4469ad0a7a6856f1c28216cb42cffedf0a.tar.gz otp-046ceb4469ad0a7a6856f1c28216cb42cffedf0a.tar.bz2 otp-046ceb4469ad0a7a6856f1c28216cb42cffedf0a.zip |
asn1_SUITE: Remove useless test case testInvokeMod/1
It seems that the original purpose is to test encoding by
directly calling the module (as opposed to calling indirectly
using asn1rt). That is tested in many other test cases (such
as testPrimStrings); thus this test case no longer serves any
useful purpose.
Diffstat (limited to 'lib/asn1/test/asn1_SUITE.erl')
-rw-r--r-- | lib/asn1/test/asn1_SUITE.erl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/asn1/test/asn1_SUITE.erl b/lib/asn1/test/asn1_SUITE.erl index 3a591cdc56..ebe819149c 100644 --- a/lib/asn1/test/asn1_SUITE.erl +++ b/lib/asn1/test/asn1_SUITE.erl @@ -82,7 +82,6 @@ groups() -> {group, [], [testPrim, rtUI, testPrimStrings, - testInvokeMod, per, ber_other, der, @@ -841,11 +840,6 @@ testDeepTConstr(Config, Rule, Opts) -> [Rule|Opts]), testDeepTConstr:main(Rule). -testInvokeMod(Config) -> test(Config, fun testInvokeMod/3). -testInvokeMod(Config, Rule, Opts) -> - asn1_test_lib:compile("PrimStrings", Config, [Rule|Opts]), - {ok, _Result2} = 'PrimStrings':encode('Bs1', [1, 0, 1, 0]). - testExport(Config) -> {error, _} = asn1ct:compile(filename:join(?config(data_dir, Config), |