From: Evgeniy Khramtsov Date: Wed, 9 Jul 2014 17:37:06 +0000 (+0400) Subject: Don't forget to shutdown rooms before starting the testing suite X-Git-Tag: 14.07~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d62d134925e75d333aec283eabd60eedbb4feb1;p=ejabberd Don't forget to shutdown rooms before starting the testing suite --- diff --git a/test/ejabberd_SUITE.erl b/test/ejabberd_SUITE.erl index 9efb0cfa4..522d99e63 100644 --- a/test/ejabberd_SUITE.erl +++ b/test/ejabberd_SUITE.erl @@ -69,6 +69,7 @@ init_per_group(ldap, Config) -> init_per_group(extauth, Config) -> set_opt(server, ?EXTAUTH_VHOST, Config); init_per_group(riak, Config) -> + mod_muc:shutdown_rooms(?RIAK_VHOST), NewConfig = set_opt(server, ?RIAK_VHOST, Config), clear_riak_tables(NewConfig); init_per_group(_GroupName, Config) ->