aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/java/sip/communicator/slick
diff options
context:
space:
mode:
authorDamian Minkov <damencho@jitsi.org>2007-02-15 16:10:04 +0000
committerDamian Minkov <damencho@jitsi.org>2007-02-15 16:10:04 +0000
commit8bfbdbb4f76f4a20b60bb4aa510702f24f493a4d (patch)
tree6de430619399bea41ecb2b706d87c116468704a8 /test/net/java/sip/communicator/slick
parentefe72192469f4e0a1fc5beb680352b249a7fec72 (diff)
downloadjitsi-8bfbdbb4f76f4a20b60bb4aa510702f24f493a4d.zip
jitsi-8bfbdbb4f76f4a20b60bb4aa510702f24f493a4d.tar.gz
jitsi-8bfbdbb4f76f4a20b60bb4aa510702f24f493a4d.tar.bz2
Tring to fix icq failing tests.
Diffstat (limited to 'test/net/java/sip/communicator/slick')
-rw-r--r--test/net/java/sip/communicator/slick/protocol/icq/TestOperationSetPresence.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/net/java/sip/communicator/slick/protocol/icq/TestOperationSetPresence.java b/test/net/java/sip/communicator/slick/protocol/icq/TestOperationSetPresence.java
index a5bec2c..175d05b 100644
--- a/test/net/java/sip/communicator/slick/protocol/icq/TestOperationSetPresence.java
+++ b/test/net/java/sip/communicator/slick/protocol/icq/TestOperationSetPresence.java
@@ -712,6 +712,13 @@ public class TestOperationSetPresence
/** @todo tester agent changes status message we see the new message */
/** @todo we should see the alias of the tester agent. */
+
+ Object obj = new Object();
+ synchronized(obj)
+ {
+ logger.debug("wait a moment. give time to server");
+ obj.wait(4000);
+ }
}
/**