diff options
author | Kenneth Lundin <[email protected]> | 2011-05-19 17:59:41 +0200 |
---|---|---|
committer | Kenneth Lundin <[email protected]> | 2011-05-19 17:59:41 +0200 |
commit | 38a2271e2474c83ffbc6ed6a3f601cf873cb1699 (patch) | |
tree | 851df39509cf712d548157b780671df33f1dec2d /lib/asn1/test/asn1_common_SUITE.erl.src | |
parent | c666fa93b12399a0160b6bfedf002eacbc2f01e2 (diff) | |
download | otp-38a2271e2474c83ffbc6ed6a3f601cf873cb1699.tar.gz otp-38a2271e2474c83ffbc6ed6a3f601cf873cb1699.tar.bz2 otp-38a2271e2474c83ffbc6ed6a3f601cf873cb1699.zip |
Corrected handling of long length in driver and updated test suites
Diffstat (limited to 'lib/asn1/test/asn1_common_SUITE.erl.src')
-rw-r--r-- | lib/asn1/test/asn1_common_SUITE.erl.src | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/asn1/test/asn1_common_SUITE.erl.src b/lib/asn1/test/asn1_common_SUITE.erl.src index 2fa2a09f1f..12512606d8 100644 --- a/lib/asn1/test/asn1_common_SUITE.erl.src +++ b/lib/asn1/test/asn1_common_SUITE.erl.src @@ -18,15 +18,12 @@ %% %% -common() -> [app_test, appup_test,testTimer_ber,testTimer_ber_bin, +common() -> [{group,app_test}, {group,appup_test},testTimer_ber,testTimer_ber_bin, testTimer_ber_bin_opt, testTimer_ber_bin_opt_driver, testTimer_per, testTimer_per_bin, testTimer_per_bin_opt, testTimer_uper_bin, testComment,testName2Number]. -app_test(suite) -> [{asn1_app_test,all}]. -appup_test(suite) -> [{asn1_appup_test,all}]. - testTimer_ber(suite) -> []; testTimer_ber(Config) -> ?line testTimer:compile(Config,ber,[]), |