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 80c923f911808f35cf896199027882e0a2e0930a (commit)
from 6e5c001b44b2a5e0cf2d1bac7c8f141e7bb30555 (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=80c923f911808f35cf896199027882e0a2e0930a
commit 80c923f911808f35cf896199027882e0a2e0930a
Author: Marc-Etienne Vargenau <[email protected]>
Date: Tue Nov 14 12:31:48 2017 +0100
Fix test broken by commit ee2ec6065 - <tt> --> <kbd>
diff --git a/tests/func/50_PluginsScmBzr/bzrTest.php
b/tests/func/50_PluginsScmBzr/bzrTest.php
index 258f7ff..b875cdf 100644
--- a/tests/func/50_PluginsScmBzr/bzrTest.php
+++ b/tests/func/50_PluginsScmBzr/bzrTest.php
@@ -76,7 +76,7 @@ class ScmBzrTest extends FForge_SeleniumTestCase
$this->open(ROOT);
$this->clickAndWait("link=ProjectA");
$this->clickAndWait("link=SCM");
- $p = $this->getText("//tt[contains(.,'bzr checkout bzr+ssh')]");
+ $p = $this->getText("//kbd[contains(.,'bzr checkout
bzr+ssh')]");
$p = preg_replace(",^bzr checkout ,", "", $p);
$p = preg_replace(",/branchname$,", "", $p);
-----------------------------------------------------------------------
Summary of changes:
tests/func/50_PluginsScmBzr/bzrTest.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