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, 6.0 has been updated
       via  e59c91d35d71ee04da8f063ce20769ade0238ef3 (commit)
      from  08351c5d4b0b13fda4feb31520af94dcb9bf87de (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 -----------------------------------------------------------------
commit e59c91d35d71ee04da8f063ce20769ade0238ef3
Author: Roland Mas <[email protected]>
Date:   Thu Apr 9 12:27:42 2015 +0200

    Avoid infinitely recursive function call

diff --git a/tests/func/Testing/SeleniumForge.php 
b/tests/func/Testing/SeleniumForge.php
index c7c464b..7c93db1 100644
--- a/tests/func/Testing/SeleniumForge.php
+++ b/tests/func/Testing/SeleniumForge.php
@@ -110,7 +110,8 @@ class FForge_SeleniumTestCase extends 
PHPUnit_Extensions_SeleniumTestCase
 
        protected function clickAndWait($link)
        {
-               $this->clickAndWait($link);
+               $this->click($link);
+               $this->waitForPageToLoad();
        }
 
        protected function waitForTextPresent($text)

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

Summary of changes:
 tests/func/Testing/SeleniumForge.php |    3 ++-
 1 file changed, 2 insertions(+), 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