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, 6.1 has been updated
       via  1d0f768b84773a66440430cf43ebc469299d6d9e (commit)
      from  acf734d08f511ea61382ddc3502cfecdab5d1ebc (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=1d0f768b84773a66440430cf43ebc469299d6d9e

commit 1d0f768b84773a66440430cf43ebc469299d6d9e
Author: Franck Villaume <[email protected]>
Date:   Wed Aug 22 12:50:39 2018 +0000

    let try latest selenium 3.14.0. CentOS Firefox 60 broke support to Selenium 
2.x

diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index 452ac01..a201f18 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -89,9 +89,9 @@ install_selenium() {
        fi
 
        # Install selenium (no packaged version available)
-       SELENIUMMAJOR=2
-       SELENIUMMINOR=53
-       SELENIUMMICRO=1
+       SELENIUMMAJOR=3
+       SELENIUMMINOR=14
+       SELENIUMMICRO=0
        
SELENIUMURL=http://selenium-release.storage.googleapis.com/$SELENIUMMAJOR.$SELENIUMMINOR/selenium-server-standalone-$SELENIUMMAJOR.$SELENIUMMINOR.$SELENIUMMICRO.jar
        mkdir -p /usr/share/selenium/
        http_proxy=$PROXY wget -c $SELENIUMURL \

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

Summary of changes:
 tests/func_tests.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to