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

commit b6eae20c64d2d575c4103344521aaed96666fe99
Author: Franck Villaume <[email protected]>
Date:   Thu Mar 28 09:24:54 2019 +0000

    implement missing selectFrame

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 96668cd..d4d8ea2 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -688,6 +688,15 @@ class FForge_SeleniumTestCase extends 
PHPUnit_Extensions_Selenium2TestCase
                        return $this->byXPath($string)->attribute('value');
                }
        }
+
+       function selectFrame($string) {
+               if (preg_match('/^id=/', $string)) {
+                       $myelement = $this->byId(substr($name, 3));
+               } else {
+                       $myelement = NULL;
+               }
+               $this->frame($myelement);
+       }
 }
 
 // Local Variables:

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

Summary of changes:
 tests/func/SeleniumForge.php | 9 +++++++++
 1 file changed, 9 insertions(+)


hooks/post-receive
-- 
FusionForge

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

Reply via email to