[Fusionforge-commits] FusionForge branch feature/concurrent-ssh-http-for-scm updated. 4c124ad624c4401a588f6aa18abbe6cf64264dc7

Roland Mas lolando at fusionforge.org
Thu Oct 16 19:13:43 CEST 2014


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, feature/concurrent-ssh-http-for-scm has been updated
       via  4c124ad624c4401a588f6aa18abbe6cf64264dc7 (commit)
      from  34bbfcf5cae02cdba9dc08f379920c3801a72b13 (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 4c124ad624c4401a588f6aa18abbe6cf64264dc7
Author: Roland Mas <lolando at debian.org>
Date:   Thu Oct 16 19:13:19 2014 +0200

    Use proper location for cronjobs in testsuite

diff --git a/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php b/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
index 2d3ab6b..01e1aa1 100644
--- a/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
+++ b/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
@@ -38,8 +38,8 @@ class ScmGitSmartHTTPTest extends FForge_SeleniumTestCase
 		$this->clickAndWait("submit");
 	    
 		// Run the cronjob to create repositories
-		$this->cron("create_scm_repos.php");
-		$this->cron("homedirs.php");
+		$this->cron("scm/create_scm_repos.php");
+		$this->cron("shell/homedirs.php");
 		$this->reload_apache();
 		$this->reload_nscd();
 
diff --git a/tests/func/50_PluginsScmSvn/svnWebDAVTest.php b/tests/func/50_PluginsScmSvn/svnWebDAVTest.php
index c882e02..71b5fef 100644
--- a/tests/func/50_PluginsScmSvn/svnWebDAVTest.php
+++ b/tests/func/50_PluginsScmSvn/svnWebDAVTest.php
@@ -38,8 +38,8 @@ class ScmSvnWebDAVTest extends FForge_SeleniumTestCase
 		$this->clickAndWait("submit");
 	    
 		// Run the cronjob to create repositories
-		$this->cron("create_scm_repos.php");
-		$this->cron("homedirs.php");
+		$this->cron("scm/create_scm_repos.php");
+		$this->cron("shell/homedirs.php");
 		$this->reload_apache();
 		$this->reload_nscd();
 

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

Summary of changes:
 tests/func/50_PluginsScmGit/gitSmartHTTPTest.php |    4 ++--
 tests/func/50_PluginsScmSvn/svnWebDAVTest.php    |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list