[Fusionforge-commits] FusionForge branch Branch_5_2 updated. 559342cf9f2aafd8c0b6a8f37062eb413a422a6e
Roland Mas
lolando at fusionforge.org
Thu Jan 10 08:55:33 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, Branch_5_2 has been updated
via 559342cf9f2aafd8c0b6a8f37062eb413a422a6e (commit)
via c2ecf9962aafdd8c6c0286c2a2afa894728f70cb (commit)
from b8f8fd056eefa56cc8a19f9538ce9f6d4fc1b9ef (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 559342cf9f2aafd8c0b6a8f37062eb413a422a6e
Author: Roland Mas <lolando at debian.org>
Date: Thu Jan 10 08:55:06 2013 +0100
Backport from trunk: deleted reference to buildbot3
diff --git a/htdocs/mirror b/htdocs/mirror
index c0d9325..6231ef5 100755
--- a/htdocs/mirror
+++ b/htdocs/mirror
@@ -7,7 +7,7 @@ fi
DEBDIST=squeeze
MIRVERS=${MIRVERS:-trk}
MIRBASE=/var/lib/gforge/chroot/home/groups/fusionforge/htdocs/deb/$MIRVERS
-MIRHOST=buildbot3.debian.org
+MIRHOST=ftp.debian.org
MIRDIR=job/fusionforge-$MIRVERS-build-and-test-deb/ws/build/debian
DISTDEBTRK=squeeze
commit c2ecf9962aafdd8c6c0286c2a2afa894728f70cb
Author: Roland Mas <lolando at debian.org>
Date: Thu Jan 10 08:54:07 2013 +0100
Backport from trunk: deleted reference to buildbot3
diff --git a/tests/func/Search/searchTest.php b/tests/func/Search/searchTest.php
index 15a7ad7..26c651f 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("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:
htdocs/mirror | 2 +-
tests/func/Search/searchTest.php | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
FusionForge
More information about the Fusionforge-commits
mailing list