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 a87c4245e657d20bd37dc494dc4cbca0a8a52805 (commit)
from 6eecabacaa14ca53ec50879f04e5a25cba9c78e7 (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=a87c4245e657d20bd37dc494dc4cbca0a8a52805
commit a87c4245e657d20bd37dc494dc4cbca0a8a52805
Author: Franck Villaume <[email protected]>
Date: Sun Apr 23 12:56:32 2017 +0200
fix SOAP test
diff --git a/tests/func/60_PluginsGlobalactivity/globalactivityTest.php
b/tests/func/60_PluginsGlobalactivity/globalactivityTest.php
index 0fe5618..d810853 100644
--- a/tests/func/60_PluginsGlobalactivity/globalactivityTest.php
+++ b/tests/func/60_PluginsGlobalactivity/globalactivityTest.php
@@ -1,7 +1,7 @@
<?php
/**
* Copyright 2011, Roland Mas
- * Copyright 2013, Franck Villaume - TrivialDev
+ * Copyright 2013,2017, Franck Villaume - TrivialDev
* Copyright (C) 2015 Inria (Sylvain Beucler)
*
* This file is part of FusionForge.
@@ -125,7 +125,11 @@ class GlobalActivity extends FForge_SeleniumTestCase
// Check SOAP
- $soapclient = new SoapClient(WSDL_URL);
+ $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($soapclient);
$userid = FORGE_ADMIN_USERNAME;
-----------------------------------------------------------------------
Summary of changes:
tests/func/60_PluginsGlobalactivity/globalactivityTest.php | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits