1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 18:59:41 +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:
Gaston Dombiak 2005-02-02 22:42:57 +00:00 committed by gaston
parent e42ba10a3d
commit f5c17aa6f3
2 changed files with 4 additions and 0 deletions

View file

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