Enable presence in sip tests and force use of PA when testing.

cusax-fix
Damian Minkov 16 years ago
parent 6a361bbf6e
commit 5b1ed4c3a8

@ -80,13 +80,13 @@ public void start(BundleContext context)
addTestSuite(TestProtocolProviderServiceSipImpl.class); addTestSuite(TestProtocolProviderServiceSipImpl.class);
// presence tests // presence tests
// addTest(TestOperationSetPresence.suite()); addTest(TestOperationSetPresence.suite());
// only in online mode // only in online mode
if (!SipSlickFixture.onlineTestingDisabled) if (!SipSlickFixture.onlineTestingDisabled)
{ {
// persistent presence // persistent presence
// addTest(TestOperationSetPersistentPresence.suite()); addTest(TestOperationSetPersistentPresence.suite());
//IM test //IM test
addTest(TestOperationSetBasicInstantMessaging.suite()); addTest(TestOperationSetBasicInstantMessaging.suite());

@ -243,6 +243,8 @@ private Hashtable<String, String> getAccountProperties(String accountPrefix)
} }
} }
table.put(ProtocolProviderFactory.FORCE_P2P_MODE,
Boolean.FALSE.toString());
return table; return table;
} }

Loading…
Cancel
Save