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  ed93c4191bda693ed62ce2b2f4764c4e1f67d724 (commit)
      from  c997b0aa0d493720f09c5675fa53c8d8c08afd66 (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=ed93c4191bda693ed62ce2b2f4764c4e1f67d724

commit ed93c4191bda693ed62ce2b2f4764c4e1f67d724
Author: Franck Villaume <[email protected]>
Date:   Fri Jul 8 11:15:45 2016 +0200

    new test fix

diff --git a/tests/func/20_Trackers/workflowTest.php 
b/tests/func/20_Trackers/workflowTest.php
index 6c0a135..42af97c 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[8]/a[1]");
+               $this->click("//tr[@id='field-mystatus']/td[9]/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[8]/a[1]");
+               $this->click("//tr[@id='field-mystatus']/td[9]/a[1]");
                $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[8]/a[1]");
+               $this->click("//tr[@id='field-mystatus']/td[9]/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[8]/a[1]");
+               $this->click("//tr[@id='field-mystatus']/td[9]/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