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  787d7c1f35be3f6845af3c62c19fc3aa41351443 (commit)
       via  6c823216d9144e63bca872f36169bbe17ef640aa (commit)
      from  87a790aea6244db486fd756cf415b3b827d70435 (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=787d7c1f35be3f6845af3c62c19fc3aa41351443

commit 787d7c1f35be3f6845af3c62c19fc3aa41351443
Author: Franck Villaume <[email protected]>
Date:   Mon Apr 22 20:17:34 2019 +0200

    moinmoin test: modify wait policy

diff --git a/tests/func/60_PluginsMoinMoin/moinmoinTest.php 
b/tests/func/60_PluginsMoinMoin/moinmoinTest.php
index 538e5f5..a9c7124 100644
--- a/tests/func/60_PluginsMoinMoin/moinmoinTest.php
+++ b/tests/func/60_PluginsMoinMoin/moinmoinTest.php
@@ -44,10 +44,8 @@ class PluginMoinMoin extends FForge_SeleniumTestCase
                $this->assertTrue($this->isTextPresent("Project information 
updated"));
 
                $this->waitSystasks();
-               $this->pause("10000"); //wait for cronjob to be executed
-
                $this->gotoProject('ProjectA');
-               $this->pause("10000"); //more wait ???
+               $this->pause("5000000"); //wait for 5 sec.
                $this->clickAndWait("link=MoinMoinWiki");
                $this->assertFalse($this->isTextPresent("ConfigurationError"));
                $this->assertFalse($this->isTextPresent("Wiki not created 
yet"));

https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=6c823216d9144e63bca872f36169bbe17ef640aa

commit 6c823216d9144e63bca872f36169bbe17ef640aa
Author: Franck Villaume <[email protected]>
Date:   Mon Apr 22 19:46:58 2019 +0200

    add missing soap package

diff --git a/autoinstall/install-src.sh b/autoinstall/install-src.sh
index c044150..11d7f3a 100755
--- a/autoinstall/install-src.sh
+++ b/autoinstall/install-src.sh
@@ -43,7 +43,7 @@ if [ -e /etc/debian_version ]; then
                        fonts-dejavu-core
                apt-get -y install mediawiki -t jessie-backports
        else
-               apt-get install -y make gettext php-cli php-pgsql 
php-htmlpurifier php-http php-text-captcha \
+               apt-get install -y make gettext php-cli php-pgsql 
php-htmlpurifier php-http php-text-captcha php-soap \
                        libapache2-mpm-itk libapache2-mod-svn \
                        libapache2-mod-php \
                        apache2 postgresql postgresql-contrib libnss-pgsql2 
unscd \

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

Summary of changes:
 autoinstall/install-src.sh                     | 2 +-
 tests/func/60_PluginsMoinMoin/moinmoinTest.php | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to