From 1362e5afb993b03417ac4d7d54bd3c969dd7fefd Mon Sep 17 00:00:00 2001 From: Roland Mas Date: Wed, 9 Jan 2013 19:05:05 +0100 Subject: [PATCH] Use different URLs in the docman testsuite --- tests/func/Search/searchTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.1.4