From 3201213ff440e9a60e88501523bc3723514dfa1f Mon Sep 17 00:00:00 2001 From: Martin Andre Date: Mon, 4 Jun 2007 02:14:16 +0000 Subject: [PATCH] Activation of test cases for SIP IM OpSet by Benoit Pradelle. However, these tests may fail and they are thus commented. Let's activate them later. --- .../slick/protocol/sip/SipProtocolProviderServiceLick.java | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/net/java/sip/communicator/slick/protocol/sip/SipProtocolProviderServiceLick.java b/test/net/java/sip/communicator/slick/protocol/sip/SipProtocolProviderServiceLick.java index bdd82279d..406705d5c 100644 --- a/test/net/java/sip/communicator/slick/protocol/sip/SipProtocolProviderServiceLick.java +++ b/test/net/java/sip/communicator/slick/protocol/sip/SipProtocolProviderServiceLick.java @@ -57,6 +57,13 @@ public void start(BundleContext context) //This must remain second as that's where the protocol would be //made to login/authenticate/signon its service provider. addTestSuite(TestProtocolProviderServiceSipImpl.class); + + //The following test may suffer from a problem in a specific + //situation. It is possible for an authenticated message to being + //resend after some time (and to be re-handled). As two tests are + //launched the second, may received this resent message and fail. + //Uncomment to activate it. + //addTest(TestOperationSetBasicInstantMessaging.suite()); addTestSuite(TestOperationSetBasicTelephonySipImpl.class);