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  8483df432ea8784edd9c78513801bdd9329839de (commit)
      from  3d40c2f348d8ae10dabd9218f67f5c616a892857 (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=8483df432ea8784edd9c78513801bdd9329839de

commit 8483df432ea8784edd9c78513801bdd9329839de
Author: Franck Villaume <[email protected]>
Date:   Fri Jul 15 13:30:43 2016 +0200

    us xpath

diff --git a/tests/func/20_Docs/createDocURLTest.php 
b/tests/func/20_Docs/createDocURLTest.php
index a425af2..3033567 100644
--- a/tests/func/20_Docs/createDocURLTest.php
+++ b/tests/func/20_Docs/createDocURLTest.php
@@ -66,7 +66,7 @@ class CreateDocURL extends FForge_SeleniumTestCase
                $this->clickAndWait("addItemDocmanMenu");
                $this->click("id=tabs-new-document");
                $this->type("title", "My document");
-               $this->type("description", "L'année dernière à Noël, 3 < 4, 中国 
\" <em>, père & fils");
+               $this->type("//textarea[@name='description']", "L'année 
dernière à Noël, 3 < 4, 中国 \" <em>, père & fils");
                $this->click("//input[@name='type' and @value='pasteurl']");
                $this->type("//input[@name='file_url']", URL."/terms.php");
                $this->clickAndWait("submit");
@@ -96,7 +96,7 @@ class CreateDocURL extends FForge_SeleniumTestCase
                $this->clickAndWait("addItemDocmanMenu");
                $this->click("id=tab-new-document");
                $this->type("title", "My document");
-               $this->type("description", "My Description");
+               $this->type("//textarea[@name='description']", "My 
Description");
                $this->click("//input[@name='type' and @value='pasteurl']");
                $this->type("file_url", URL."/terms.php");
                $this->clickAndWait("//input[@name='submit' and @value='Submit 
Information']");
@@ -106,7 +106,7 @@ class CreateDocURL extends FForge_SeleniumTestCase
                $this->clickAndWait("link=Docs");
                $this->clickAndWait("addItemDocmanMenu");
                $this->type("title", " My document ");
-               $this->type("description", "My Description");
+               $this->type("//textarea[@name='description']", "My 
Description");
                $this->click("//input[@name='type' and @value='pasteurl']");
                $this->type("file_url", URL."/terms.php");
                $this->clickAndWait("//input[@name='submit' and @value='Submit 
Information']");

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

Summary of changes:
 tests/func/20_Docs/createDocURLTest.php | 6 +++---
 1 file changed, 3 insertions(+), 3 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