24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-08 21:43:07 +02:00

Add ODBC tests for MIX

This commit is contained in:
Evgeniy Khramtsov 2016-03-13 13:16:55 +03:00
parent 5045fb584d
commit 50e5cdc2fa
2 changed files with 5 additions and 0 deletions

View File

@ -293,6 +293,8 @@ db_tests(_) ->
test_unregister]}, test_unregister]},
{test_muc_register, [sequence], {test_muc_register, [sequence],
[muc_register_master, muc_register_slave]}, [muc_register_master, muc_register_slave]},
{test_mix, [parallel],
[mix_master, mix_slave]},
{test_roster_subscribe, [parallel], {test_roster_subscribe, [parallel],
[roster_subscribe_master, [roster_subscribe_master,
roster_subscribe_slave]}, roster_subscribe_slave]},

View File

@ -35,6 +35,7 @@ host_config:
- "flat" - "flat"
- "hometree" - "hometree"
- "pep" - "pep"
mod_mix: []
mod_roster: mod_roster:
versioning: true versioning: true
store_current_id: true store_current_id: true
@ -88,6 +89,7 @@ Welcome to this XMPP server."
- "flat" - "flat"
- "hometree" - "hometree"
- "pep" - "pep"
mod_mix: []
mod_roster: mod_roster:
versioning: true versioning: true
store_current_id: true store_current_id: true
@ -147,6 +149,7 @@ Welcome to this XMPP server."
- "flat" - "flat"
- "hometree" - "hometree"
- "pep" - "pep"
mod_mix: []
mod_roster: mod_roster:
versioning: true versioning: true
store_current_id: true store_current_id: true