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  d3878a0334a7f126517b0d104165042258757ab0 (commit)
      from  98d1c47928e3691f4cc1b3ebb5597cb87deb5d24 (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=d3878a0334a7f126517b0d104165042258757ab0

commit d3878a0334a7f126517b0d104165042258757ab0
Author: Franck Villaume <[email protected]>
Date:   Fri Jul 8 10:55:28 2016 +0200

    new test fix

diff --git a/tests/func/20_Trackers/trackersTest.php 
b/tests/func/20_Trackers/trackersTest.php
index 3e7568b..6a92b19 100644
--- a/tests/func/20_Trackers/trackersTest.php
+++ b/tests/func/20_Trackers/trackersTest.php
@@ -145,7 +145,7 @@ class CreateTracker extends FForge_SeleniumTestCase
                $this->click("field_type");
                $this->click("post_changes");
                $this->waitForPageToLoad("30000");
-               $this->click("//tr[@id='field-number']/td[8]/a[1]");
+               $this->click("//tr[@id='field-number']/td[9]/a[1]");
                $this->waitForPageToLoad("30000");
                $this->type("name", "1");
                $this->clickAndWait("post_changes");
@@ -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[7]/a[5]");
+               $this->click("//tr[@id='field-number']/td[8]/a[5]");
                $this->waitForPageToLoad("30000");
                $this->type("name", "10");
                $this->click("post_changes");
                $this->waitForPageToLoad("30000");
-               $this->click("//tr[@id='field-number']/td[7]/a[5]");
+               $this->click("//tr[@id='field-number']/td[8]/a[5]");
                $this->waitForPageToLoad("30000");
                $this->type("name", "0");
                $this->click("post_changes");

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

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