[Fusionforge-commits] FusionForge branch master updated. 1362e5afb993b03417ac4d7d54bd3c969dd7fefd

Roland Mas lolando at fusionforge.org
Wed Jan 9 19:05:16 CET 2013


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  1362e5afb993b03417ac4d7d54bd3c969dd7fefd (commit)
      from  4c1d896e62bc1cf2545d1cb7841901939d088b0c (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 -----------------------------------------------------------------
commit 1362e5afb993b03417ac4d7d54bd3c969dd7fefd
Author: Roland Mas <lolando at debian.org>
Date:   Wed Jan 9 19:05:05 2013 +0100

    Use different URLs in the docman testsuite

diff --git a/tests/func/Search/searchTest.php b/tests/func/Search/searchTest.php
index b2cc9c6..855befa 100644
--- a/tests/func/Search/searchTest.php
+++ b/tests/func/Search/searchTest.php
@@ -366,9 +366,9 @@ class Search extends FForge_SeleniumTestCase
 		$this->clickAndWait("addItemDocmanMenu");
 		$this->click("buttonDoc");
 		$this->type("title", "Doc2 Astromir");
-		$this->type("//input[@name='description']", "Hudson (the needle) - also, ZONGO");
+		$this->type("//input[@name='description']", "Main website (the needle) - also, ZONGO");
 		$this->click("//input[@name='type' and @value='pasteurl']");
-		$this->type("file_url", "http://buildbot.fusionforge.org/");
+		$this->type("file_url", "http://fusionforge.org/");
 		$this->clickAndWait("submit");
 
 		// Search in Documents

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

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


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list