[Fusionforge-commits] FusionForge branch master updated. v6.0.5-1611-g3deea15

Franck Villaume nerville at libremir.placard.fr.eu.org
Tue Mar 28 23:11:36 CEST 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  3deea15cae722f1c21c850bc39d3b55c6339483d (commit)
      from  d81dc7daa22cc3772ef17daafd75e36b1d589a43 (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=3deea15cae722f1c21c850bc39d3b55c6339483d

commit 3deea15cae722f1c21c850bc39d3b55c6339483d
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Tue Mar 28 23:09:54 2017 +0200

    align test with use of CSS tt

diff --git a/tests/func/50_PluginsScmSvn/svnSSHTest.php b/tests/func/50_PluginsScmSvn/svnSSHTest.php
index 42b825d..f590a01 100644
--- a/tests/func/50_PluginsScmSvn/svnSSHTest.php
+++ b/tests/func/50_PluginsScmSvn/svnSSHTest.php
@@ -25,7 +25,7 @@ require_once dirname(dirname(__FILE__)).'/SeleniumForge.php';
 class ScmSvnSSHTest extends FForge_SeleniumTestCase
 {
 	public $fixture = 'projecta';
-	
+
 	function testScmSvnSSH()
 	{
 		$this->changeConfig(array("scmsvn" => array("use_ssh" => "yes",
@@ -52,7 +52,7 @@ class ScmSvnSSHTest extends FForge_SeleniumTestCase
 		$this->open(ROOT);
 		$this->clickAndWait("link=ProjectA");
 		$this->clickAndWait("link=SCM");
-		$p = $this->getText("//tt[contains(.,'svn checkout svn+ssh')]");
+		$p = $this->getText("//span[contains(.,'svn checkout svn+ssh')]");
 		$p = preg_replace(",^svn checkout ,", "", $p);
 
 		// Create a local checkout, commit stuff
diff --git a/tests/func/50_PluginsScmSvn/svnWebDAVTest.php b/tests/func/50_PluginsScmSvn/svnWebDAVTest.php
index 39c5850..5fc6918 100644
--- a/tests/func/50_PluginsScmSvn/svnWebDAVTest.php
+++ b/tests/func/50_PluginsScmSvn/svnWebDAVTest.php
@@ -25,7 +25,7 @@ require_once dirname(dirname(__FILE__)).'/SeleniumForge.php';
 class ScmSvnWebDAVTest extends FForge_SeleniumTestCase
 {
 	public $fixture = 'projecta';
-	
+
 	function testScmSvnWebDAV()
 	{
 		$this->loadAndCacheFixture();
@@ -49,7 +49,7 @@ class ScmSvnWebDAVTest extends FForge_SeleniumTestCase
 		$this->open(ROOT);
 		$this->clickAndWait("link=ProjectA");
 		$this->clickAndWait("link=SCM");
-		$p = $this->getText("//tt[contains(.,'svn checkout --username ".FORGE_ADMIN_USERNAME." http')]");
+		$p = $this->getText("//span[contains(.,'svn checkout --username ".FORGE_ADMIN_USERNAME." http')]");
 		$p = preg_replace(",^svn checkout --username ".FORGE_ADMIN_USERNAME." ,", "", $p);
 
 		// Create a local clone, add stuff, push it to the repo

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

Summary of changes:
 tests/func/50_PluginsScmSvn/svnSSHTest.php    | 4 ++--
 tests/func/50_PluginsScmSvn/svnWebDAVTest.php | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list