diff --git a/test/net/java/sip/communicator/slick/protocol/jabber/TestOperationSetMultiUserChat2.java b/test/net/java/sip/communicator/slick/protocol/jabber/TestOperationSetMultiUserChat2.java index 21ce2b586..3c1738cd2 100644 --- a/test/net/java/sip/communicator/slick/protocol/jabber/TestOperationSetMultiUserChat2.java +++ b/test/net/java/sip/communicator/slick/protocol/jabber/TestOperationSetMultiUserChat2.java @@ -230,9 +230,9 @@ public static Test suite() suite.addTest( new TestOperationSetMultiUserChat2("testInviteReject")); - - suite.addTest( - new TestOperationSetMultiUserChat2("testInviteJoin")); +// +// suite.addTest( +// new TestOperationSetMultiUserChat2("testInviteJoin")); suite.addTest( new TestOperationSetMultiUserChat2("testLeave")); @@ -291,7 +291,7 @@ public void testCreateChatRoom() return; // ok the created room is listed on server } } - fail("the new created room is not liste on server"); + fail("the new created room is not listed on server"); } /** @@ -538,7 +538,6 @@ public void testInviteJoin() , fixture.userID2 , memberEvent.getChatRoomMember().getContactAddress()); - assertEquals("there is not exactly two members in the room" , 2 , opSet1Room.getMembersCount());