[Fusionforge-commits] FusionForge branch master updated. v6.1-209-gf76b5f7

Franck Villaume nerville at libremir.placard.fr.eu.org
Mon Jan 21 08:49:20 CET 2019


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  f76b5f75be46636d908bd4d39961ebbf463339e9 (commit)
      from  8bd6a440582fdbd58818cea59076b9e26c404b57 (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=f76b5f75be46636d908bd4d39961ebbf463339e9

commit f76b5f75be46636d908bd4d39961ebbf463339e9
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Jan 21 07:49:17 2019 +0000

    implement pause function

diff --git a/tests/func/SeleniumForge.php b/tests/func/SeleniumForge.php
index 509aaac..1b1fd95 100644
--- a/tests/func/SeleniumForge.php
+++ b/tests/func/SeleniumForge.php
@@ -632,7 +632,11 @@ class FForge_SeleniumTestCase extends PHPUnit_Extensions_Selenium2TestCase
 	}
 
 	function waitForPageToLoad($integer = 30000) {
-		//do we need to set something???
+		//do we need to do something???
+		$this->pause($integer);
+	}
+
+	function pause($integer = 10000) {
 		usleep($integer);
 	}
 

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list