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 b7e03fcf145892a080ce2543c1cc65f54da549ce (commit)
from 54a1921b39568ffaa22b7e3c0d486d65d1cacec1 (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=b7e03fcf145892a080ce2543c1cc65f54da549ce
commit b7e03fcf145892a080ce2543c1cc65f54da549ce
Author: Marc-Etienne Vargenau <[email protected]>
Date: Mon Nov 13 18:34:28 2017 +0100
Fix test broken by commit ee2ec6065 - <tt> --> <kbd>
diff --git a/tests/func/50_PluginsScmCVS/cvsTest.php
b/tests/func/50_PluginsScmCVS/cvsTest.php
index 55b8919..88ff37e 100644
--- a/tests/func/50_PluginsScmCVS/cvsTest.php
+++ b/tests/func/50_PluginsScmCVS/cvsTest.php
@@ -51,7 +51,7 @@ class ScmCvsSSHTest extends FForge_SeleniumTestCase
$this->open(ROOT);
$this->clickAndWait("link=ProjectB");
$this->clickAndWait("link=SCM");
- $p = $this->getText("//tt[contains(.,'cvs -d :ext:')]");
+ $p = $this->getText("//kbd[contains(.,'cvs -d :ext:')]");
$p = preg_replace(",^cvs -d ,", "", $p);
$p = preg_replace(", checkout.*,", "", $p);
-----------------------------------------------------------------------
Summary of changes:
tests/func/50_PluginsScmCVS/cvsTest.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits