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 8cdb27a85a725b76b41037b85424c9acde429224 (commit)
from e40ee2104cd170a2a43553675a562b314f069299 (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=8cdb27a85a725b76b41037b85424c9acde429224
commit 8cdb27a85a725b76b41037b85424c9acde429224
Author: Franck Villaume <[email protected]>
Date: Tue Jul 5 11:31:15 2016 +0200
more test fix
diff --git a/tests/func/20_Trackers/workflowTest.php
b/tests/func/20_Trackers/workflowTest.php
index 0bf1783..fd4edf3 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[5]/a[1]");
+ $this->click("//tr[@id='field-mystatus']/td[6]/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[5]/a[3]");
+ $this->click("//tr[@id='field-mystatus']/td[6]/a[1]");
$this->waitForPageToLoad("30000");
$this->type("name", "Analyse");
$this->select("status_id", "label=Open");
-----------------------------------------------------------------------
Summary of changes:
tests/func/20_Trackers/workflowTest.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits