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  23c314f1a56b782984e366afaa5ad2478d4edbc0 (commit)
      from  f86785d9f36c9f820fda0ed6ae45bc4a43028bf6 (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=23c314f1a56b782984e366afaa5ad2478d4edbc0

commit 23c314f1a56b782984e366afaa5ad2478d4edbc0
Author: Franck Villaume <franck.villa...@trivialdev.com>
Date:   Tue Jan 15 14:19:16 2019 +0000

    fix wrong var

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 131fdee..0ff1199 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -193,7 +193,7 @@ class FForge_SeleniumTestCase extends 
PHPUnit_Extensions_Selenium2TestCase
        public function clickAndWait($link) {
                if (preg_match('/^link=/', $link)) {
                        $text = substr($link, 5);
-                       $this->byLinkText($link).click();
+                       $this->byLinkText($text).click();
                }
        }
 

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

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


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