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

Roland Mas lolando at fusionforge.org
Fri Dec 5 12:43:03 CET 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  9d6e7d8626610c7047f88979e7aebe8eaefafa85 (commit)
      from  a8a1f34497d75c98013db9cd9780650dcc607c73 (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 9d6e7d8626610c7047f88979e7aebe8eaefafa85
Author: Roland Mas <lolando at debian.org>
Date:   Fri Dec 5 12:42:58 2014 +0100

    Adapt testsuite to new SCM checkbox name

diff --git a/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php b/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
index 222db45..11f6e7f 100644
--- a/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
+++ b/tests/func/50_PluginsScmGit/gitSmartHTTPTest.php
@@ -42,7 +42,7 @@ use_ssl = no
 		$this->clickAndWait("link=Admin");
 		$this->clickAndWait("link=Tools");
 		$this->clickAndWait("link=Source Code Admin");
-		$this->click("//input[@name='scmradio' and @value='scmgit']");
+		$this->click("//input[@name='scmengine[]' and @value='scmgit']");
 		$this->clickAndWait("submit");
 	    
 		// Run the cronjob to create repositories
diff --git a/tests/func/50_PluginsScmSvn/svnWebDAVTest.php b/tests/func/50_PluginsScmSvn/svnWebDAVTest.php
index 5f8d940..a421ac7 100644
--- a/tests/func/50_PluginsScmSvn/svnWebDAVTest.php
+++ b/tests/func/50_PluginsScmSvn/svnWebDAVTest.php
@@ -36,7 +36,7 @@ class ScmSvnWebDAVTest extends FForge_SeleniumTestCase
 		$this->clickAndWait("link=Admin");
 		$this->clickAndWait("link=Tools");
 		$this->clickAndWait("link=Source Code Admin");
-		$this->click("//input[@name='scmradio' and @value='scmsvn']");
+		$this->click("//input[@name='scmengine[]' and @value='scmsvn']");
 		$this->clickAndWait("submit");
 	    
 		// Run the cronjob to create repositories

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list