|
|
|
|
@ -10,7 +10,10 @@
|
|
|
|
|
|
|
|
|
|
import junit.framework.*;
|
|
|
|
|
|
|
|
|
|
import net.java.sip.communicator.service.certificate.*;
|
|
|
|
|
import net.java.sip.communicator.service.protocol.sip.*;
|
|
|
|
|
import net.java.sip.communicator.util.*;
|
|
|
|
|
import org.jitsi.service.configuration.*;
|
|
|
|
|
import org.osgi.framework.*;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
@ -79,6 +82,9 @@ public void start(BundleContext context)
|
|
|
|
|
if (offlineMode != null && offlineMode.equalsIgnoreCase("true"))
|
|
|
|
|
SipSlickFixture.onlineTestingDisabled = true;
|
|
|
|
|
|
|
|
|
|
ServiceUtils.getService(SipSlickFixture.bc, ConfigurationService.class)
|
|
|
|
|
.setProperty(CertificateService.PNAME_ALWAYS_TRUST, true);
|
|
|
|
|
|
|
|
|
|
// xcap parsing tests
|
|
|
|
|
addTest(TestXCapParse.suite());
|
|
|
|
|
|
|
|
|
|
|