[Fusionforge-commits] FusionForge branch master updated. v6.0.5-1690-ge3a754a

Franck Villaume nerville at libremir.placard.fr.eu.org
Sun Apr 23 13:54:47 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  e3a754a44c9cde3dedc28512bfd4bd2e9d58caaf (commit)
      from  d4bc58025b70fb1073e62d06a35fe22c8c46979c (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=e3a754a44c9cde3dedc28512bfd4bd2e9d58caaf

commit e3a754a44c9cde3dedc28512bfd4bd2e9d58caaf
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Apr 23 13:54:23 2017 +0200

    fix test. tt -> span

diff --git a/tests/func/60_PluginsRepositoryAPI/repositoryapiTest.php b/tests/func/60_PluginsRepositoryAPI/repositoryapiTest.php
index 33d1623..ff87249 100644
--- a/tests/func/60_PluginsRepositoryAPI/repositoryapiTest.php
+++ b/tests/func/60_PluginsRepositoryAPI/repositoryapiTest.php
@@ -118,7 +118,7 @@ class RepositoryAPI extends FForge_SeleniumTestCase
 		$this->open(ROOT);
 		$this->clickAndWait("link=ProjectB");
 		$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/60_PluginsRepositoryAPI/repositoryapiTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list