summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorAyanda Dube <ayanda.dube@erlang-solutions.com>2015-10-16 01:16:49 +0100
committerAyanda Dube <ayanda.dube@erlang-solutions.com>2015-10-16 01:16:49 +0100
commit111717bd3b0de9222e2ce584fc9bf1f49fe36be4 (patch)
treea635a21bb0a781e8051cba7b2e40374723f46655 /test/src
parentf3f362a7c006534fd4f0929648c48097956f2e31 (diff)
downloadrabbitmq-server-git-111717bd3b0de9222e2ce584fc9bf1f49fe36be4.tar.gz
Renames timeout_tests.erl to rabbit_ctl_timeout_tests.erl.
Removes unused imported functions. References #62
Diffstat (limited to 'test/src')
-rw-r--r--test/src/rabbit_ctl_timeout_tests.erl (renamed from test/src/timeout_tests.erl)9
1 files changed, 4 insertions, 5 deletions
diff --git a/test/src/timeout_tests.erl b/test/src/rabbit_ctl_timeout_tests.erl
index 800911b353..33e51d72e1 100644
--- a/test/src/timeout_tests.erl
+++ b/test/src/rabbit_ctl_timeout_tests.erl
@@ -13,16 +13,15 @@
%% The Initial Developer of the Original Code is GoPivotal, Inc.
%% Copyright (c) 2007-2015 Pivotal Software, Inc. All rights reserved.
%%
--module(timeout_tests).
+-module(rabbit_ctl_timeout_tests).
-compile([export_all]).
-export([all_tests/0]).
--import(rabbit_tests,[default_options/0, control_action/2, control_action/3,
- control_action/4, control_action/5, control_action_opts/1,
- test_channel/0, expand_options/2, find_listener/0,
- info_action/4]).
+-import(rabbit_tests,[control_action/2, control_action/3, control_action/4,
+ control_action/5, control_action_opts/1, test_channel/0,
+ find_listener/0, info_action/4]).
-include("rabbit.hrl").