[Fusionforge-commits] FusionForge branch master updated. 14b7e04d09fcb04955d9409f93cd21b8f575ee81

Alain Peyrat aljeux at fusionforge.org
Fri May 3 16:51:12 CEST 2013


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  14b7e04d09fcb04955d9409f93cd21b8f575ee81 (commit)
      from  bad542320268688d986d9fd4844ea5d3257aff38 (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 -----------------------------------------------------------------
commit 14b7e04d09fcb04955d9409f93cd21b8f575ee81
Author: Alain Peyrat <alain.peyrat at alcatel-lucent.com>
Date:   Fri May 3 16:50:43 2013 +0200

    Adapt test suite: Tasks Admin => Tasks Administration

diff --git a/tests/func/Tasks/createTaskTest.php b/tests/func/Tasks/createTaskTest.php
index e800e6e..3f18196 100644
--- a/tests/func/Tasks/createTaskTest.php
+++ b/tests/func/Tasks/createTaskTest.php
@@ -342,7 +342,7 @@ class CreateTask extends FForge_SeleniumTestCase
 	    $this->waitForPageToLoad("30000");
         $this->clickAndWait("link=Project Admin");
         $this->clickAndWait("link=Tools");
-        $this->clickAndWait("link=Tasks Admin");
+        $this->clickAndWait("link=Tasks Administration");
         $this->clickAndWait("link=Add a Subproject");
         $this->type("project_name", "public");
         $this->type("//input[@name='description']", "This is a public subproject");
@@ -358,7 +358,7 @@ class CreateTask extends FForge_SeleniumTestCase
         $this->waitForPageToLoad("30000");
         $this->clickAndWait("link=Project Admin");
         $this->clickAndWait("link=Tools");
-        $this->clickAndWait("link=Tasks Admin");
+        $this->clickAndWait("link=Tasks Administration");
         $this->clickAndWait("link=Add a Subproject");
         $this->click("//input[@name='is_public' and @value='0']");
         $this->type("project_name", "private");
diff --git a/tests/func/Testing/SeleniumGforge.php b/tests/func/Testing/SeleniumGforge.php
index 1fcd11f..bc0b6a0 100644
--- a/tests/func/Testing/SeleniumGforge.php
+++ b/tests/func/Testing/SeleniumGforge.php
@@ -212,7 +212,7 @@ class FForge_SeleniumTestCase extends PHPUnit_Extensions_SeleniumTestCase
 			$this->waitForPageToLoad("30000");
 			$this->click("link=Tools");
 			$this->waitForPageToLoad("30000");
-			$this->click("link=Tasks Admin");
+			$this->click("link=Tasks Administration");
 			$this->waitForPageToLoad("30000");
 			$this->click("link=Add a Subproject");
 			$this->waitForPageToLoad("30000");

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

Summary of changes:
 tests/func/Tasks/createTaskTest.php   |    4 ++--
 tests/func/Testing/SeleniumGforge.php |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list