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.1 has been updated
via 18829ecf288fdd9f9bbaa60182db3ead8943449f (commit)
from 82b5a145a3dcda2d5a44097fb5a5df6f26d5c379 (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=18829ecf288fdd9f9bbaa60182db3ead8943449f
commit 18829ecf288fdd9f9bbaa60182db3ead8943449f
Author: Franck Villaume <[email protected]>
Date: Wed Mar 21 08:10:59 2018 +0000
adapt test Scm Multi engine. enable on src & rpm.
diff --git a/tests/func/55_PluginsScmMulti/multiSCMTest.php
b/tests/func/55_PluginsScmMulti/multiSCMTest.php
index 5926b46..0104f58 100644
--- a/tests/func/55_PluginsScmMulti/multiSCMTest.php
+++ b/tests/func/55_PluginsScmMulti/multiSCMTest.php
@@ -28,9 +28,6 @@ class multiSCMTest extends FForge_SeleniumTestCase
function testMultiSCM()
{
- $this->skip_on_rpm_installs();
- $this->skip_on_src_installs();
-
$this->loadAndCacheFixture();
$this->changeConfig(array("core" => array("allow_multiple_scm"
=> "yes")));
@@ -77,7 +74,7 @@ class multiSCMTest extends FForge_SeleniumTestCase
$this->open(ROOT);
$this->clickAndWait("link=ProjectA");
$this->clickAndWait("link=SCM");
- $p = $this->getText("//span[contains(.,'svn checkout
svn+ssh')]");
+ $p = $this->getText("//kbd[contains(.,'svn checkout
svn+ssh')]");
$p = preg_replace(",^svn checkout ,", "", $p);
$t = exec("mktemp -d /tmp/svnTest.XXXXXX");
system("cd $t && svn checkout $p projecta", $ret);
-----------------------------------------------------------------------
Summary of changes:
tests/func/55_PluginsScmMulti/multiSCMTest.php | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits