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  6c00a82ebc0537e6ca0dd9cb0a8073df4f90f283 (commit)
      from  8b5ed4c8cde4c3f77f8d1bb036e7d5c18c92d3b2 (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=6c00a82ebc0537e6ca0dd9cb0a8073df4f90f283

commit 6c00a82ebc0537e6ca0dd9cb0a8073df4f90f283
Author: Franck Villaume <[email protected]>
Date:   Tue Jul 5 08:32:06 2016 +0200

    fix test due to new feature: dependancy between extra field

diff --git a/tests/func/20_Trackers/trackersTest.php 
b/tests/func/20_Trackers/trackersTest.php
index df9e7f0..dcd6d07 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[4]/a[1]");
+               $this->click("//tr[@id='field-number']/td[5]/a[1]");
                $this->waitForPageToLoad("30000");
                $this->type("name", "1");
                $this->clickAndWait("post_changes");

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

Summary of changes:
 tests/func/20_Trackers/trackersTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to