[Fusionforge-commits] FusionForge branch master updated. 6.0.4-422-g6191d38

Roland Mas lolando at libremir.placard.fr.eu.org
Tue May 3 22:45:28 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  6191d38c32f148608cb236b65876fe0f80706e28 (commit)
      from  70dfdbf0c18c9d3dfb0915feeaf1a73ca7f32e04 (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=6191d38c32f148608cb236b65876fe0f80706e28

commit 6191d38c32f148608cb236b65876fe0f80706e28
Author: Roland Mas <lolando at debian.org>
Date:   Tue May 3 22:43:46 2016 +0200

    Look for script in its actual location

diff --git a/tests/func/30_Search/searchTest.php b/tests/func/30_Search/searchTest.php
index 6e83de9..4d32bd2 100644
--- a/tests/func/30_Search/searchTest.php
+++ b/tests/func/30_Search/searchTest.php
@@ -658,7 +658,7 @@ class Search extends FForge_SeleniumTestCase
 		$this->clickAndWait("//input[@name='submit']");
 
 		// In "simple" configuration, no normalization occurs beyond capitalization
-		$this->runCommand(dirname(__FILE__).'/../../src/bin/configure-fti-search.php simple');
+		$this->runCommand(dirname(__FILE__).'/../../../src/bin/configure-fti-search.php simple');
 		$this->open(ROOT) ;
 		$this->type("//input[@name='words']", "coded");
 		$this->clickAndWait("//input[@name='Search']");
@@ -675,7 +675,7 @@ class Search extends FForge_SeleniumTestCase
 		$this->assertFalse($this->isTextPresent("projectc"));
 		
 		// In English, accents are removed and coding==coded
-		$this->runCommand(dirname(__FILE__).'/../../src/bin/configure-fti-search.php english');
+		$this->runCommand(dirname(__FILE__).'/../../../src/bin/configure-fti-search.php english');
 		$this->open(ROOT) ;
 		$this->type("//input[@name='words']", "coded");
 		$this->clickAndWait("//input[@name='Search']");
@@ -692,7 +692,7 @@ class Search extends FForge_SeleniumTestCase
 		$this->assertTrue($this->isTextPresent("projectc"));
 		
 		// In French, accents are removed but coding==coded
-		$this->runCommand(dirname(__FILE__).'/../../src/bin/configure-fti-search.php french');
+		$this->runCommand(dirname(__FILE__).'/../../../src/bin/configure-fti-search.php french');
 		$this->open(ROOT) ;
 		$this->type("//input[@name='words']", "coded");
 		$this->clickAndWait("//input[@name='Search']");

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list