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  e40ee2104cd170a2a43553675a562b314f069299 (commit)
      from  6088d71b0ccb5986aea9aaebb11a60eb5578f512 (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=e40ee2104cd170a2a43553675a562b314f069299

commit e40ee2104cd170a2a43553675a562b314f069299
Author: Franck Villaume <[email protected]>
Date:   Tue Jul 5 10:52:44 2016 +0200

    more test fix

diff --git a/tests/func/20_Trackers/workflowTest.php 
b/tests/func/20_Trackers/workflowTest.php
index 82674d0..0bf1783 100644
--- a/tests/func/20_Trackers/workflowTest.php
+++ b/tests/func/20_Trackers/workflowTest.php
@@ -66,14 +66,14 @@ class CreateTrackerWorkflow extends FForge_SeleniumTestCase
                $this->click("//input[@name='field_type' and @value=7]");
                $this->click("post_changes");
                $this->waitForPageToLoad("30000");
-               $this->click("//tr[@id='field-mystatus']/td[3]/a[1]");
+               $this->click("//tr[@id='field-mystatus']/td[5]/a[1]");
                $this->waitForPageToLoad("30000");
                $this->type("name", "New");
                $this->click("post_changes");
                $this->waitForPageToLoad("30000");
                $this->click("link=Manage Custom Fields");
                $this->waitForPageToLoad("30000");
-               $this->click("//tr[@id='field-mystatus']/td[3]/a[3]");
+               $this->click("//tr[@id='field-mystatus']/td[5]/a[3]");
                $this->waitForPageToLoad("30000");
                $this->type("name", "Analyse");
                $this->select("status_id", "label=Open");
@@ -83,14 +83,14 @@ class CreateTrackerWorkflow extends FForge_SeleniumTestCase
                $this->waitForPageToLoad("30000");
                $this->click("link=Manage Custom Fields");
                $this->waitForPageToLoad("30000");
-               $this->click("//tr[@id='field-mystatus']/td[4]/a[1]");
+               $this->click("//tr[@id='field-mystatus']/td[6]/a[1]");
                $this->waitForPageToLoad("30000");
                $this->type("name", "Candidate");
                $this->click("post_changes");
                $this->waitForPageToLoad("30000");
                $this->click("link=Manage Custom Fields");
                $this->waitForPageToLoad("30000");
-               $this->click("//tr[@id='field-mystatus']/td[4]/a[1]");
+               $this->click("//tr[@id='field-mystatus']/td[6]/a[1]");
                $this->waitForPageToLoad("30000");
                $this->type("name", "Open");
                $this->clickAndWait("post_changes");

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

Summary of changes:
 tests/func/20_Trackers/workflowTest.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 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