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  a8adc6ad1d6bd3ed5cdcb0b374a59ac75a363f0c (commit)
      from  f6446da22c7bb5556e0f164c2a682020ae350bca (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=a8adc6ad1d6bd3ed5cdcb0b374a59ac75a363f0c

commit a8adc6ad1d6bd3ed5cdcb0b374a59ac75a363f0c
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Thu Jan 10 21:05:03 2019 +0100

    accept insecure SSL certificates in test suite

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 0be1d4a..832ec0f 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -77,6 +77,8 @@ class FForge_SeleniumTestCase extends 
PHPUnit_Extensions_Selenium2TestCase
                }
                
                $this->setBrowser('firefox');
+               $capabilities = array('acceptInsecureCerts' => true);
+               $this->setDesiredCapabilities($capabilities);
                $this->setBrowserUrl(URL);
                $this->setHost(SELENIUM_RC_HOST);
 

-----------------------------------------------------------------------

Summary of changes:
 tests/func/SeleniumForge.php | 2 ++
 1 file changed, 2 insertions(+)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
Fusionforge-commits@lists.fusionforge.org
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to