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  fcfcc02834854837d8ccaebbf58889f9a9dbd82f (commit)
      from  857a19103ed25d0813b555bea96925783787688b (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=fcfcc02834854837d8ccaebbf58889f9a9dbd82f

commit fcfcc02834854837d8ccaebbf58889f9a9dbd82f
Author: Franck Villaume <[email protected]>
Date:   Sun Aug 22 18:12:39 2021 +0200

    Adjust Search test according to [#957] implementation

diff --git a/tests/func/30_Search/searchTest.php 
b/tests/func/30_Search/searchTest.php
index 6846441..c6f4580 100644
--- a/tests/func/30_Search/searchTest.php
+++ b/tests/func/30_Search/searchTest.php
@@ -270,7 +270,7 @@ class Search extends FForge_SeleniumTestCase
                $this->clickAndWait("submit");
 
                $this->clickAndWait("link=Task1 the brain");
-               $this->type("details", 'This is the needle for tasks');
+               $this->type("followup", 'This is the needle for tasks');
                $this->clickAndWait("submit");
 
                $this->gotoProject('ProjectA');

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

Summary of changes:
 tests/func/30_Search/searchTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

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

Reply via email to