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  0f0c2fcfabb5556db7c33846d61268943878baf2 (commit)
      from  27207699b2b49e1d8adbadd62f4f59f76d068255 (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=0f0c2fcfabb5556db7c33846d61268943878baf2

commit 0f0c2fcfabb5556db7c33846d61268943878baf2
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Thu Nov 16 18:09:19 2017 +0100

    Fix test broken by commit ee2ec6065 - <tt> --> <kbd>

diff --git a/tests/func/55_PluginsScmMulti/multiSCMTest.php 
b/tests/func/55_PluginsScmMulti/multiSCMTest.php
index 5926b46..031a88a 100644
--- a/tests/func/55_PluginsScmMulti/multiSCMTest.php
+++ b/tests/func/55_PluginsScmMulti/multiSCMTest.php
@@ -58,7 +58,7 @@ class multiSCMTest 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);
                $t = exec("mktemp -d /tmp/bzrTest.XXXXXX");

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

Summary of changes:
 tests/func/55_PluginsScmMulti/multiSCMTest.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

Reply via email to