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  a28e06b0c1426ddff05fdda8ee9e95411f631535 (commit)
      from  c03cd25738276892ed466ddac6074dcb614caa6a (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=a28e06b0c1426ddff05fdda8ee9e95411f631535

commit a28e06b0c1426ddff05fdda8ee9e95411f631535
Author: Franck Villaume <[email protected]>
Date:   Mon Jan 21 05:36:21 2019 +0100

    wrong substr

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index f0dc5c1..0f9fadf 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -192,7 +192,7 @@ class FForge_SeleniumTestCase extends 
PHPUnit_Extensions_Selenium2TestCase
 
        public function clickAndWait($link) {
                if (preg_match('/^jquery#/', $link)) {
-                       $elementid = substr($link, 6);
+                       $elementid = substr($link, 7);
                        $this->execute(array(
                                        'script' => 
"jQuery('a[href=\"#$elementid\").click()",
                                        'args' => array(),

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

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


hooks/post-receive
-- 
FusionForge

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

Reply via email to