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.
cusax-fix
Martin Andre 19 years ago
parent 2370ace838
commit 3201213ff4

@ -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);

Loading…
Cancel
Save