[Fusionforge-commits] FusionForge branch master updated. v6.1alpha0-92-g5181ffe

Marc-Etienne VARGENAU vargenau at libremir.placard.fr.eu.org
Tue Nov 14 10:02:55 CET 2017


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 <marc-etienne.vargenau at nokia.com>
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



More information about the Fusionforge-commits mailing list