[Fusionforge-commits] FusionForge branch master updated. 6.0.4-419-g4ccc5be

Roland Mas lolando at libremir.placard.fr.eu.org
Tue May 3 21:18:54 CEST 2016


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  4ccc5bec15f6dab81059cb08b79c3bbe91603054 (commit)
      from  22db91bebc20fed0bce1fa4d4a8ce957c586aefd (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=4ccc5bec15f6dab81059cb08b79c3bbe91603054

commit 4ccc5bec15f6dab81059cb08b79c3bbe91603054
Author: Roland Mas <lolando at debian.org>
Date:   Tue May 3 21:18:47 2016 +0200

    Fixed XPath syntax

diff --git a/tests/func/30_Search/searchTest.php b/tests/func/30_Search/searchTest.php
index abbd0ee..62e23b1 100644
--- a/tests/func/30_Search/searchTest.php
+++ b/tests/func/30_Search/searchTest.php
@@ -653,8 +653,8 @@ class Search extends FForge_SeleniumTestCase
 		// Also test project search based on tags
 		$this->createAndGoto('projectc');
 		$this->click("link=Admin");
-		$this->type("//input[@name='form_shortdesc'","Coding hôtels Iiİı");
-		$this->type("//input[@name='form_tags'","Goldorak");
+		$this->type("//input[@name='form_shortdesc']","Coding hôtels Iiİı");
+		$this->type("//input[@name='form_tags']","Goldorak");
 		$this->clickAndWait("//input[@name='submit']");
 
 		// In "simple" configuration, no normalization occurs beyond capitalization

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

Summary of changes:
 tests/func/30_Search/searchTest.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list