[Fusionforge-commits] FusionForge branch 6.1 updated. v6.1beta2-78-g3a616c1

Franck Villaume nerville at libremir.placard.fr.eu.org
Wed Mar 21 18:26:03 CET 2018


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, 6.1 has been updated
       via  3a616c1e9b7a0d2e67454c5e97d5cccdd96c383e (commit)
      from  96687e2519861ad92f4b485fd880349841f86f46 (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=3a616c1e9b7a0d2e67454c5e97d5cccdd96c383e

commit 3a616c1e9b7a0d2e67454c5e97d5cccdd96c383e
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Wed Mar 21 17:25:59 2018 +0000

    adjust bzr test. 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



More information about the Fusionforge-commits mailing list