summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-07-18 17:51:09 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-07-18 17:51:09 +0100
commit133316568d7e38aeccfa2ca53438667286b6dc6b (patch)
tree861908b6811ac585d2503b09c7887de0e218b2c3
parentfb0af1dafee8e1ef0e3abcbb3e54a378b3b9f3fd (diff)
downloadrabbitmq-server-133316568d7e38aeccfa2ca53438667286b6dc6b.tar.gz
more the restart_app to a more appropriate place
-rw-r--r--src/rabbit_tests.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl
index 56c7f2f5..3008c74c 100644
--- a/src/rabbit_tests.erl
+++ b/src/rabbit_tests.erl
@@ -60,7 +60,6 @@ all_tests() ->
passed = test_confirms(),
passed = maybe_run_cluster_dependent_tests(),
passed = test_configurable_server_properties(),
- ok = restart_app(),
passed.
maybe_run_cluster_dependent_tests() ->
@@ -1673,6 +1672,7 @@ test_backing_queue() ->
passed = test_queue_recover(),
application:set_env(rabbit, queue_index_max_journal_entries,
MaxJournal, infinity),
+ ok = restart_app(), %% reset rabbit_sup's restart order
passed;
_ ->
passed