Don't forget to shutdown rooms before starting the testing suite

This commit is contained in:
Evgeniy Khramtsov 2014-07-09 21:37:06 +04:00
parent f40d5e4a89
commit 9d62d13492
1 changed files with 1 additions and 0 deletions

View File

@ -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) ->