diff options
author | Siri Hansen <[email protected]> | 2012-02-29 15:27:34 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2012-03-19 09:48:54 +0100 |
commit | a3a7c3590f549c609749cff16da7d00af2c114d3 (patch) | |
tree | b7d46193593a66cbec64b41c66ec6756465225fa /lib/reltool/test/reltool_test_lib.erl | |
parent | 70b56b16177703c4721f9afbb0329b181af1de3e (diff) | |
download | otp-a3a7c3590f549c609749cff16da7d00af2c114d3.tar.gz otp-a3a7c3590f549c609749cff16da7d00af2c114d3.tar.bz2 otp-a3a7c3590f549c609749cff16da7d00af2c114d3.zip |
[reltool] Cleanup test code
OTP-9794
Remove some unused code from reltool test.
Diffstat (limited to 'lib/reltool/test/reltool_test_lib.erl')
-rw-r--r-- | lib/reltool/test/reltool_test_lib.erl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/reltool/test/reltool_test_lib.erl b/lib/reltool/test/reltool_test_lib.erl index b8bcbcd009..61f783190c 100644 --- a/lib/reltool/test/reltool_test_lib.erl +++ b/lib/reltool/test/reltool_test_lib.erl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2009-2010. All Rights Reserved. +%% Copyright Ericsson AB 2009-2012. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -138,10 +138,6 @@ end_per_testcase(_Func, Config) when is_list(Config) -> reset_kill_timer(Config), Config. -%% Backwards compatible with test_server -tc_info(suite) -> []; -tc_info(doc) -> "". - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Use ?log(Format, Args) as wrapper |