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 f0c02822bdccdda36dfab808b16014786400c8d7 (commit)
from e71a050d8f4329714756d8aa94d90d3502b2f695 (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=f0c02822bdccdda36dfab808b16014786400c8d7
commit f0c02822bdccdda36dfab808b16014786400c8d7
Author: Franck Villaume <[email protected]>
Date: Tue Jul 5 10:30:29 2016 +0200
other test fix
diff --git a/tests/func/20_Trackers/trackersTest.php
b/tests/func/20_Trackers/trackersTest.php
index 51735b8..995c85e 100644
--- a/tests/func/20_Trackers/trackersTest.php
+++ b/tests/func/20_Trackers/trackersTest.php
@@ -163,12 +163,12 @@ class CreateTracker extends FForge_SeleniumTestCase
// Testing [#3649]: 0 not accepted when modifying a select list
value
$this->click("link=Manage Custom Fields");
$this->waitForPageToLoad("30000");
- $this->click("//tr[@id='field-number']/td[3]/a[5]");
+ $this->click("//tr[@id='field-number']/td[5]/a[5]");
$this->waitForPageToLoad("30000");
$this->type("name", "10");
$this->click("post_changes");
$this->waitForPageToLoad("30000");
- $this->click("//tr[@id='field-number']/td[3]/a[5]");
+ $this->click("//tr[@id='field-number']/td[5]/a[5]");
$this->waitForPageToLoad("30000");
$this->type("name", "0");
$this->click("post_changes");
-----------------------------------------------------------------------
Summary of changes:
tests/func/20_Trackers/trackersTest.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