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 756751d8ee936466a414b8d02ea0dca248e6ec7f (commit)
via e16f8ee532fb1f75267c849ff0511d31396a3e81 (commit)
from 67ccdc53b936f4e0fc9edc3325f5d7fcb1ba9d2a (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=756751d8ee936466a414b8d02ea0dca248e6ec7f
commit 756751d8ee936466a414b8d02ea0dca248e6ec7f
Author: Franck Villaume <[email protected]>
Date: Sun Feb 3 16:16:30 2019 +0100
upgrade to geckodriver 0.24.0
diff --git a/tests/func_tests.sh b/tests/func_tests.sh
index 6f3f716..b01416b 100755
--- a/tests/func_tests.sh
+++ b/tests/func_tests.sh
@@ -97,7 +97,7 @@ install_selenium() {
# Install GeckoDriver
GECKODRIVERMAJOR=0
- GECKODRIVERMINOR=23
+ GECKODRIVERMINOR=24
GECKODRIVERMICRO=0
GECKODRIVERURL=https://github.com/mozilla/geckodriver/releases/download/v$GECKODRIVERMAJOR.$GECKODRIVERMINOR.$GECKODRIVERMICRO/geckodriver-v$GECKODRIVERMAJOR.$GECKODRIVERMINOR.$GECKODRIVERMICRO-linux64.tar.gz
mkdir -p /usr/share/geckodriver/
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=e16f8ee532fb1f75267c849ff0511d31396a3e81
commit e16f8ee532fb1f75267c849ff0511d31396a3e81
Author: Franck Villaume <[email protected]>
Date: Sun Feb 3 16:15:53 2019 +0100
add missing return
diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 56b89ab..c955b05 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -668,7 +668,7 @@ class FForge_SeleniumTestCase extends
PHPUnit_Extensions_Selenium2TestCase
function getText($string) {
if (preg_match('/^\/\/[a-z]/', $string)) {
- $this->byXPath($string)->text();
+ return $this->byXPath($string)->text();
}
}
}
-----------------------------------------------------------------------
Summary of changes:
tests/func/SeleniumForge.php | 2 +-
tests/func_tests.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits