This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via 9365b7013f9ec74e025cd2717f49cdf31fa5798a (commit)
from e3a754a44c9cde3dedc28512bfd4bd2e9d58caaf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=9365b7013f9ec74e025cd2717f49cdf31fa5798a
commit 9365b7013f9ec74e025cd2717f49cdf31fa5798a
Author: Franck Villaume <[email protected]>
Date: Sun Apr 23 14:23:24 2017 +0200
fix SOAP test
diff --git a/tests/func/70_SOAP/soapTest.php b/tests/func/70_SOAP/soapTest.php
index f94bf0d..87b1c50 100644
--- a/tests/func/70_SOAP/soapTest.php
+++ b/tests/func/70_SOAP/soapTest.php
@@ -32,9 +32,11 @@ class SoapTest extends FForge_SeleniumTestCase
$this->session = NULL;
$this->soapclient = NULL;
- $this->soapclient = new SoapClient(WSDL_URL,
- array('cache_wsdl' =>
WSDL_CACHE_NONE,
- 'trace' => true));
+ $soapclient = new SoapClient(WSDL_URL,
+ array('cache_wsdl' => WSDL_CACHE_NONE,
+ 'stream_context' =>
stream_context_create(array('ssl' => array('verify_peer' => false,
+
'verify_peer_name' => false,
+
'allow_self_signed' => true)))));
$this->assertNotNull($this->soapclient);
}
-----------------------------------------------------------------------
Summary of changes:
tests/func/70_SOAP/soapTest.php | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits