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  f9ea8c1b3b221f25b7c723e72743e6b567af0778 (commit)
      from  42445d7e8b6aa576488b931814c2c05716d67e97 (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=f9ea8c1b3b221f25b7c723e72743e6b567af0778

commit f9ea8c1b3b221f25b7c723e72743e6b567af0778
Author: Franck Villaume <[email protected]>
Date:   Wed Mar 27 11:43:46 2019 +0000

    fix typo: Link -> link

diff --git a/tests/func/30_Search/searchTest.php 
b/tests/func/30_Search/searchTest.php
index b112e4f..7938931 100644
--- a/tests/func/30_Search/searchTest.php
+++ b/tests/func/30_Search/searchTest.php
@@ -490,7 +490,7 @@ class Search extends FForge_SeleniumTestCase
                // Advanced search
 
                $this->gotoProject('ProjectA');
-               $this->clickAndWait('Link=Advanced search');
+               $this->clickAndWait('link=Advanced search');
                $this->clickAndWait("//input[@class='checkthemall']");
                $this->type("//main[@id='maindiv']//input[@name='words']", 
"needle");
                $this->clickAndWait("//input[@name='submitbutton']");
@@ -508,7 +508,7 @@ class Search extends FForge_SeleniumTestCase
                $this->assertTrue($this->isTextPresent("News2"));
 
                $this->gotoProject('ProjectA');
-               $this->clickAndWait('Link=Advanced search');
+               $this->clickAndWait('link=Advanced search');
                $this->clickAndWait("//input[@class='checkthemall']");
                $this->type("//main[@id='maindiv']//input[@name='words']", 
"zongo");
                $this->clickAndWait("//input[@name='submitbutton']");
@@ -594,7 +594,7 @@ class Search extends FForge_SeleniumTestCase
                $this->assertTrue($this->isTextPresent("News2"));
 
                $this->gotoProject('ProjectA');
-               $this->clickAndWait('Link=Advanced search');
+               $this->clickAndWait('link=Advanced search');
                $this->clickAndWait("//input[@class='checkthemall']");
                $this->type("//main[@id='maindiv']//input[@name='words']", 
"zongo");
                $this->clickAndWait("//input[@name='submitbutton']");
@@ -630,7 +630,7 @@ class Search extends FForge_SeleniumTestCase
                $this->assertTrue($this->isTextPresent("News2"));
 
                $this->gotoProject('ProjectA');
-               $this->clickAndWait('Link=Advanced search');
+               $this->clickAndWait('link=Advanced search');
                $this->clickAndWait("//input[@class='checkthemall']");
                
$this->assertFalse($this->isElementPresent("//input[@name='short_pm_checkall']"));
                
$this->assertFalse($this->isElementPresent("//input[@name='short_docman_checkall']"));

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

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


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to