summaryrefslogtreecommitdiff
path: root/test/src
diff options
context:
space:
mode:
authorAyanda Dube <ayanda.dube@erlang-solutions.com>2015-10-16 01:21:11 +0100
committerAyanda Dube <ayanda.dube@erlang-solutions.com>2015-10-16 01:21:11 +0100
commit6e98d2bb478d95fdf0efdacdd831ab88df9f8a35 (patch)
tree9b409d6fb056e817a57d45c36483dc208246d21d /test/src
parent111717bd3b0de9222e2ce584fc9bf1f49fe36be4 (diff)
downloadrabbitmq-server-git-6e98d2bb478d95fdf0efdacdd831ab88df9f8a35.tar.gz
Changes call to timeout_tests, to rabbit_ctl_timeout_tests following
module renaming. References #62
Diffstat (limited to 'test/src')
-rw-r--r--test/src/rabbit_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/rabbit_tests.erl b/test/src/rabbit_tests.erl
index ccc9235fb7..0e5f3504a0 100644
--- a/test/src/rabbit_tests.erl
+++ b/test/src/rabbit_tests.erl
@@ -76,7 +76,7 @@ all_tests0() ->
passed = test_ha_policy_validation(),
passed = test_queue_master_location_policy_validation(),
passed = test_server_status(),
- passed = timeout_tests:all_tests(),
+ passed = rabbit_ctl_timeout_tests:all_tests(),
passed = test_amqp_connection_refusal(),
passed = test_confirms(),
passed = test_with_state(),