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  c8f3f162aaddddf1d9d7c3c01e14e8c7da3b4574 (commit)
      from  b6eae20c64d2d575c4103344521aaed96666fe99 (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=c8f3f162aaddddf1d9d7c3c01e14e8c7da3b4574

commit c8f3f162aaddddf1d9d7c3c01e14e8c7da3b4574
Author: Franck Villaume <[email protected]>
Date:   Thu Mar 28 10:48:10 2019 +0000

    wrong var name

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index d4d8ea2..410a8f9 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -691,7 +691,7 @@ class FForge_SeleniumTestCase extends 
PHPUnit_Extensions_Selenium2TestCase
 
        function selectFrame($string) {
                if (preg_match('/^id=/', $string)) {
-                       $myelement = $this->byId(substr($name, 3));
+                       $myelement = $this->byId(substr($string, 3));
                } else {
                        $myelement = NULL;
                }

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

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