diff options
author | Mickael Remond <mremond@process-one.net> | 2016-03-25 17:42:58 +0100 |
---|---|---|
committer | Mickael Remond <mremond@process-one.net> | 2016-03-25 17:42:58 +0100 |
commit | a08ecc0f41575c025d6c316bf57372ba113fb9f2 (patch) | |
tree | ebb3a0700eb5766440f4e81a02065f6877a4c3f3 /test | |
parent | Switch back to proper log level (diff) |
Proper naming for LDAP test function for shared roster
Diffstat (limited to 'test')
-rw-r--r-- | test/ejabberd_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ejabberd_SUITE.erl b/test/ejabberd_SUITE.erl index ca182d0d5..8cc1fd688 100644 --- a/test/ejabberd_SUITE.erl +++ b/test/ejabberd_SUITE.erl @@ -355,7 +355,7 @@ ldap_tests() -> [{ldap_tests, [sequence], [test_auth, vcard_get, - ldap_shared_roster_vcard_get]}]. + ldap_shared_roster_get]}]. extauth_tests() -> [{extauth_tests, [sequence], @@ -801,7 +801,7 @@ vcard_get(Config) -> send_recv(Config, #iq{type = get, sub_els = [#vcard{}]}), disconnect(Config). -ldap_shared_roster_vcard_get(Config) -> +ldap_shared_roster_get(Config) -> Item = #roster_item{jid = jid:from_string(<<"user2@ldap.localhost">>), name = <<"Test User 2">>, groups = [<<"group1">>], subscription = both}, #iq{type = result, sub_els = [#roster{items = [Item]}]} = |