aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorhristoterezov <hristo@jitsi.org>2013-07-22 14:44:36 +0300
committerhristoterezov <hristo@jitsi.org>2013-07-22 14:44:36 +0300
commit2689368bab4ff0e717811b8ea0d2af477dd1ca85 (patch)
tree009c28de8791b4da02313b6ba66367dd890266a0 /test
parent7b27caa78a0273753a1127d7616600ec06d1e139 (diff)
downloadjitsi-2689368bab4ff0e717811b8ea0d2af477dd1ca85.zip
jitsi-2689368bab4ff0e717811b8ea0d2af477dd1ca85.tar.gz
jitsi-2689368bab4ff0e717811b8ea0d2af477dd1ca85.tar.bz2
Removes unnecessary disco info sent before joinning the room.
Diffstat (limited to 'test')
-rw-r--r--test/net/java/sip/communicator/slick/protocol/jabber/TestOperationSetMultiUserChat2.java6
1 files changed, 5 insertions, 1 deletions
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 a36ec30..c0c0053 100644
--- a/test/net/java/sip/communicator/slick/protocol/jabber/TestOperationSetMultiUserChat2.java
+++ b/test/net/java/sip/communicator/slick/protocol/jabber/TestOperationSetMultiUserChat2.java
@@ -529,6 +529,10 @@ public class TestOperationSetMultiUserChat2
opSet1Room.join();
ChatRoom foundRoom = null;
+ /*
+ //findRoom always returns ChatRoom instance. If it doesn't exists in
+ //the cache it creates an instance of ChatRoom.
+
try
{
foundRoom = opSetMUC1.findRoom("WhoCreatedThatRoom");
@@ -539,7 +543,7 @@ public class TestOperationSetMultiUserChat2
}
assertNull("wasnt expecting to find the room named " +
"'WhoCreatedThatRoom' on server", foundRoom);
-
+*/
// to find the existing room created with opSetMUC1,
// we will use opSetMUC2 to be sure the room will not be retrieved from
// opSetMUC1 cache