[Fusionforge-commits] FusionForge branch 6.0 updated. d5f9352f736cf1cb1532dcd40ac323474350abad

Roland Mas lolando at fusionforge.org
Fri Mar 6 11:58:48 CET 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  d5f9352f736cf1cb1532dcd40ac323474350abad (commit)
      from  407dbf558b81f14b80f91cfe76af9ee3b4198f18 (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 d5f9352f736cf1cb1532dcd40ac323474350abad
Author: Roland Mas <lolando at debian.org>
Date:   Fri Mar 6 11:58:41 2015 +0100

    Give the system a few seconds to settle down before trying using the new user

diff --git a/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php b/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
index ebf19cb..79bb9c6 100644
--- a/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
+++ b/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
@@ -153,6 +153,7 @@ class ScmGitSmartHTTPTest extends FForge_SeleniumTestCase
 		$this->waitSystasks();
 
         // Try with a different user
+		sleep (5);
         $this->open("http://otheruser:".FORGE_OTHER_PASSWORD."@scm.".HOST.ROOT."/authscm/otheruser/gitweb/?p=projecta/projecta.git");
 		$this->assertElementPresent("//.[@class='page_footer']");
 		$this->assertTextNotPresent("projecta.git");

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

Summary of changes:
 tests/func/50_PluginsScmGit/gitSmartHTTPTest.php |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list