mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Fixed to get the nickname of an occupant based on his presence. SMACK-43
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2453 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
e42ba10a3d
commit
f5c17aa6f3
2 changed files with 4 additions and 0 deletions
|
@ -1576,6 +1576,7 @@ public class MultiUserChatTest extends SmackTestCase {
|
|||
assertEquals("Wrong occupant jid", getFullJID(1), occupant.getJid());
|
||||
assertEquals("Wrong occupant affiliation", "member", occupant.getAffiliation());
|
||||
assertEquals("Wrong occupant role", "participant", occupant.getRole());
|
||||
assertEquals("Wrong occupant nick", "testbot2", occupant.getNick());
|
||||
|
||||
try {
|
||||
// Check whether a member can get the list of owners
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue