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 67ccdc53b936f4e0fc9edc3325f5d7fcb1ba9d2a (commit)
from 57bfc6e1c6ed29028420bcf60fcd8e6240c6efd2 (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=67ccdc53b936f4e0fc9edc3325f5d7fcb1ba9d2a
commit 67ccdc53b936f4e0fc9edc3325f5d7fcb1ba9d2a
Author: Franck Villaume <[email protected]>
Date: Mon Jan 28 14:09:02 2019 +0000
initial implementation of getText
diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index b71b93e..56b89ab 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -665,6 +665,12 @@ class FForge_SeleniumTestCase extends
PHPUnit_Extensions_Selenium2TestCase
'args' => array(),
));
}
+
+ function getText($string) {
+ if (preg_match('/^\/\/[a-z]/', $string)) {
+ $this->byXPath($string)->text();
+ }
+ }
}
// Local Variables:
-----------------------------------------------------------------------
Summary of changes:
tests/func/SeleniumForge.php | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits