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  671ed294c0dd9cf1c4bcf0b148b4233accd41027 (commit)
      from  4ccc5bec15f6dab81059cb08b79c3bbe91603054 (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=671ed294c0dd9cf1c4bcf0b148b4233accd41027

commit 671ed294c0dd9cf1c4bcf0b148b4233accd41027
Author: Roland Mas <[email protected]>
Date:   Tue May 3 21:55:36 2016 +0200

    Fixed XPath to match actual HTML

diff --git a/tests/func/30_Search/searchTest.php 
b/tests/func/30_Search/searchTest.php
index 62e23b1..622d0ee 100644
--- a/tests/func/30_Search/searchTest.php
+++ b/tests/func/30_Search/searchTest.php
@@ -653,7 +653,7 @@ class Search extends FForge_SeleniumTestCase
                // Also test project search based on tags
                $this->createAndGoto('projectc');
                $this->click("link=Admin");
-               $this->type("//input[@name='form_shortdesc']","Coding hôtels 
Iiİı");
+               $this->type("//textarea[@name='form_shortdesc']","Coding hôtels 
Iiİı");
                $this->type("//input[@name='form_tags']","Goldorak");
                $this->clickAndWait("//input[@name='submit']");
 

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

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