aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_app_test.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-03-10 06:53:22 +0100
committerBjörn Gustavsson <[email protected]>2010-03-11 10:26:48 +0100
commitc5dff500f4ae51fc2182b1646538e54129e63c37 (patch)
tree9b5c58271ecec179d6d533e1c03ec6efc2c88c4c /lib/asn1/test/asn1_app_test.erl
parentdc1e683111376624644a9a60df86cb341f7a554d (diff)
downloadotp-c5dff500f4ae51fc2182b1646538e54129e63c37.tar.gz
otp-c5dff500f4ae51fc2182b1646538e54129e63c37.tar.bz2
otp-c5dff500f4ae51fc2182b1646538e54129e63c37.zip
asn1 tests: Clean up comments
Two modules were clearly copied and adapted from the megaco test suite. Change the name of the application being tested in a comment to "asn1" and also remove out-commented code that refers to "megaco".
Diffstat (limited to 'lib/asn1/test/asn1_app_test.erl')
-rw-r--r--lib/asn1/test/asn1_app_test.erl16
1 files changed, 1 insertions, 15 deletions
diff --git a/lib/asn1/test/asn1_app_test.erl b/lib/asn1/test/asn1_app_test.erl
index 8ee42d3ec3..d7e4e5d52a 100644
--- a/lib/asn1/test/asn1_app_test.erl
+++ b/lib/asn1/test/asn1_app_test.erl
@@ -18,26 +18,12 @@
%%
%%
%%----------------------------------------------------------------------
-%% Purpose: Verify the application specifics of the Megaco application
+%% Purpose: Verify the application specifics of the asn1 application
%%----------------------------------------------------------------------
-module(asn1_app_test).
-compile(export_all).
-%-include("megaco_test_lib.hrl").
-
-
-% t() -> megaco_test_lib:t(?MODULE).
-% t(Case) -> megaco_test_lib:t({?MODULE, Case}).
-
-
-% %% Test server callbacks
-% init_per_testcase(Case, Config) ->
-% megaco_test_lib:init_per_testcase(Case, Config).
-
-% fin_per_testcase(Case, Config) ->
-% megaco_test_lib:fin_per_testcase(Case, Config).
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
all(suite) ->