mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-07 21:51:07 +01:00
Change IQ.Type to enum
This commit is contained in:
parent
944ac37fc3
commit
9be0c480e3
90 changed files with 284 additions and 299 deletions
|
|
@ -484,7 +484,7 @@ public class MultiUserChatTest extends SmackTestCase {
|
|||
.discoverInfo(room + "/testbot", null);
|
||||
|
||||
assertNotNull("No info was discovered from room occupant", info);
|
||||
assertEquals("Wrong IQ type", IQ.Type.RESULT, info.getType());
|
||||
assertEquals("Wrong IQ type", IQ.Type.result, info.getType());
|
||||
assertEquals("Wrong IQ sender", room + "/testbot", info.getFrom());
|
||||
|
||||
// User2 leaves the room
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue