aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorIngo Bauersachs <ingo@jitsi.org>2011-08-09 11:47:41 +0000
committerIngo Bauersachs <ingo@jitsi.org>2011-08-09 11:47:41 +0000
commit60385be26e44377815e0cecee93a23e9b067bc80 (patch)
treeec1ba76f777089c266db14cdd1f622a0f386b12d /test
parent27197bb56bb07782bb0529b05341dd45eab1be52 (diff)
downloadjitsi-60385be26e44377815e0cecee93a23e9b067bc80.zip
jitsi-60385be26e44377815e0cecee93a23e9b067bc80.tar.gz
jitsi-60385be26e44377815e0cecee93a23e9b067bc80.tar.bz2
Ignore manual entered SIP proxy data when autodetect is selected
Replace the CertificateVerificationService with CertificateService to correctly validate the hostname of servers
Diffstat (limited to 'test')
-rw-r--r--test/net/java/sip/communicator/slick/protocol/jabber/TestAccountInstallation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/net/java/sip/communicator/slick/protocol/jabber/TestAccountInstallation.java b/test/net/java/sip/communicator/slick/protocol/jabber/TestAccountInstallation.java
index 7545dd3..03de373 100644
--- a/test/net/java/sip/communicator/slick/protocol/jabber/TestAccountInstallation.java
+++ b/test/net/java/sip/communicator/slick/protocol/jabber/TestAccountInstallation.java
@@ -82,7 +82,7 @@ public class TestAccountInstallation
bc.getService(confReference);
configurationService.setProperty(
- CertificateVerificationService.ALWAYS_TRUST_MODE_ENABLED_PROP_NAME,
+ CertificateService.PNAME_ALWAYS_TRUST,
Boolean.TRUE);
//Keep the reference for later usage.