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  3d40c2f348d8ae10dabd9218f67f5c616a892857 (commit)
      from  9691e134f460da4086dc27646735b2f890ccacda (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=3d40c2f348d8ae10dabd9218f67f5c616a892857

commit 3d40c2f348d8ae10dabd9218f67f5c616a892857
Author: Franck Villaume <[email protected]>
Date:   Fri Jul 15 13:03:51 2016 +0200

    fix docman tests

diff --git a/tests/func/20_Docs/createDocURLTest.php 
b/tests/func/20_Docs/createDocURLTest.php
index 349f448..a425af2 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("//input[@name='description']", "L'année dernière à 
Noël, 3 < 4, 中国 \" <em>, père & fils");
+               $this->type("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("//input[@name='description']", "My Description");
+               $this->type("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("//input[@name='description']", "My Description");
+               $this->type("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