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  5181ffeea24247253803da7e41c1eca904120bcb (commit)
      from  b7e03fcf145892a080ce2543c1cc65f54da549ce (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=5181ffeea24247253803da7e41c1eca904120bcb

commit 5181ffeea24247253803da7e41c1eca904120bcb
Author: Marc-Etienne Vargenau <[email protected]>
Date:   Tue Nov 14 10:02:09 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 88ff37e..d41d4fb 100644
--- a/tests/func/50_PluginsScmCVS/cvsTest.php
+++ b/tests/func/50_PluginsScmCVS/cvsTest.php
@@ -81,7 +81,7 @@ class ScmCvsSSHTest extends FForge_SeleniumTestCase
                $this->open(ROOT);
                $this->clickAndWait("link=ProjectB");
                $this->clickAndWait("link=SCM");
-               $p = $this->getText("//tt[contains(.,' login')]");
+               $p = $this->getText("//kbd[contains(.,' login')]");
                $p = preg_replace(",^cvs -d ,", "", $p);
                $p = preg_replace(", login.*,", "", $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

Reply via email to