aboutsummaryrefslogtreecommitdiffstats
path: root/test/net/java/sip/communicator/slick/protocol/sip/TestProtocolProviderServiceSipImpl.java
diff options
context:
space:
mode:
authorEmil Ivov <emcho@jitsi.org>2006-08-21 12:43:53 +0000
committerEmil Ivov <emcho@jitsi.org>2006-08-21 12:43:53 +0000
commitda5a12c70fb7a9360dfadddc1628d80304e6e101 (patch)
tree6814cf119a8c325943ed2db36d481b0855db6b07 /test/net/java/sip/communicator/slick/protocol/sip/TestProtocolProviderServiceSipImpl.java
parent873e93771d16c06fd6bcb55d08e1ad85ea6ba3ac (diff)
downloadjitsi-da5a12c70fb7a9360dfadddc1628d80304e6e101.zip
jitsi-da5a12c70fb7a9360dfadddc1628d80304e6e101.tar.gz
jitsi-da5a12c70fb7a9360dfadddc1628d80304e6e101.tar.bz2
Working on SIP Support
Removed unnecessary code
Diffstat (limited to 'test/net/java/sip/communicator/slick/protocol/sip/TestProtocolProviderServiceSipImpl.java')
-rw-r--r--test/net/java/sip/communicator/slick/protocol/sip/TestProtocolProviderServiceSipImpl.java22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/net/java/sip/communicator/slick/protocol/sip/TestProtocolProviderServiceSipImpl.java b/test/net/java/sip/communicator/slick/protocol/sip/TestProtocolProviderServiceSipImpl.java
index bcb795d..e876902 100644
--- a/test/net/java/sip/communicator/slick/protocol/sip/TestProtocolProviderServiceSipImpl.java
+++ b/test/net/java/sip/communicator/slick/protocol/sip/TestProtocolProviderServiceSipImpl.java
@@ -122,28 +122,6 @@ public class TestProtocolProviderServiceSipImpl
logger.debug("We got thrown out while waiting for registration", t);
}
- // Here is registered the listener which will receive the first message
- // This message is supposed to be offline message and as one is tested
- // in TestOperationSetBasicInstantMessaging.testReceiveOfflineMessages()
- Map supportedOperationSets =
- fixture.provider1.getSupportedOperationSets();
-
- //give time for the AIM server to notify everyone of our arrival
- //simply waitinf is really not a reliable way of doing things but I
- //can't think of anything better
- Object lock = new Object();
- synchronized(lock)
- {
- try
- {
- logger.debug("Giving the aim server time to notify for "
- +"our arrival!");
- lock.wait(5000);
- }
- catch (Exception ex)
- {}
- }
-
//make sure that the registration process trigerred the corresponding
//events.
assertTrue(