[Fusionforge-commits] FusionForge branch master updated. 6.0.4-959-g93ccdf4

Franck Villaume nerville at libremir.placard.fr.eu.org
Sat Oct 1 14:32:16 CEST 2016


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  93ccdf41b01af4526428ad24050e27a8c5bb9d26 (commit)
      from  bd79c4ed23ba76f0c8d5ae73f49f10b7f423c153 (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=93ccdf41b01af4526428ad24050e27a8c5bb9d26

commit 93ccdf41b01af4526428ad24050e27a8c5bb9d26
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sat Oct 1 14:32:01 2016 +0200

    moinmoin test: use systasksd

diff --git a/tests/func/60_PluginsMoinMoin/moinmoinTest.php b/tests/func/60_PluginsMoinMoin/moinmoinTest.php
index 3ce76f9..cac17fe 100644
--- a/tests/func/60_PluginsMoinMoin/moinmoinTest.php
+++ b/tests/func/60_PluginsMoinMoin/moinmoinTest.php
@@ -45,8 +45,8 @@ class PluginMoinMoin extends FForge_SeleniumTestCase
 		$this->clickAndWait("submit");
 		$this->assertTrue($this->isTextPresent("Project information updated"));
 
-		$this->cron_for_plugin("create-wikis.php", "moinmoin");
-		$this->pause("5000"); //wait for cronjob to be executed
+		$this->waitSystasks();
+
 		$this->gotoProject('ProjectA');
 		$this->clickAndWait("link=MoinMoinWiki");
 		$this->assertFalse($this->isTextPresent("ConfigurationError"));

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

Summary of changes:
 tests/func/60_PluginsMoinMoin/moinmoinTest.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list