[Fusionforge-commits] FusionForge branch 6.0 updated. e59c91d35d71ee04da8f063ce20769ade0238ef3

Roland Mas lolando at fusionforge.org
Thu Apr 9 12:27:50 CEST 2015


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 <lolando at debian.org>
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



More information about the Fusionforge-commits mailing list