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 d6dc1f6e62a2f472b3510968b14470a6374f1803 (commit)
from d9e84eaf9c4df596047c6bb0fd3336b037288e38 (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=d6dc1f6e62a2f472b3510968b14470a6374f1803
commit d6dc1f6e62a2f472b3510968b14470a6374f1803
Author: Franck Villaume <[email protected]>
Date: Sun Mar 24 22:09:58 2019 +0100
fix search for documents
diff --git a/tests/func/30_Search/searchTest.php
b/tests/func/30_Search/searchTest.php
index 2acb123..b112e4f 100644
--- a/tests/func/30_Search/searchTest.php
+++ b/tests/func/30_Search/searchTest.php
@@ -409,14 +409,14 @@ class Search extends FForge_SeleniumTestCase
// Search in Documents
-
$this->select($this->byName("type_of_search"))->selectOptionByValue("documents");
+
$this->select($this->byName("type_of_search"))->selectOptionByValue("alldocs");
$this->type("//input[@name='words']", "jenkins");
$this->clickAndWait("//input[@name='Search']");
$this->assertFalse($this->isTextPresent("No matches found
for"));
$this->assertTrue($this->isTextPresent("Doc1"));
$this->assertFalse($this->isTextPresent("Doc2"));
-
$this->select($this->byName("type_of_search"))->selectOptionByValue("documents");
+
$this->select($this->byName("type_of_search"))->selectOptionByValue("alldocs");
$this->type("//input[@name='words']", "vladimir jenkins");
$this->clickAndWait("//input[@name='Search']");
$this->assertFalse($this->isTextPresent("No matches found
for"));
-----------------------------------------------------------------------
Summary of changes:
tests/func/30_Search/searchTest.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits