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 4ac5cf4de3bf51de9238445fe04d728f59779f28 (commit)
from e84a39d82bc4024ce245a8d6ccd9d95ed804ab76 (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=4ac5cf4de3bf51de9238445fe04d728f59779f28
commit 4ac5cf4de3bf51de9238445fe04d728f59779f28
Author: Franck Villaume <[email protected]>
Date: Sun Feb 3 18:42:29 2019 +0100
remove useless custom field creation. remove empty test
diff --git a/tests/func/20_Trackers/trackersTest.php
b/tests/func/20_Trackers/trackersTest.php
index e82908d..0ecf6ed 100644
--- a/tests/func/20_Trackers/trackersTest.php
+++ b/tests/func/20_Trackers/trackersTest.php
@@ -67,13 +67,6 @@ class CreateTracker extends FForge_SeleniumTestCase
$this->waitForPageToLoad("30000");
$this->clickAndWait("//a[contains(@href, '".ROOT.
"/tracker/admin/')]");
$this->waitForPageToLoad("30000");
- $this->clickAndWait("link=Manage Custom Fields");
- $this->waitForPageToLoad("30000");
- $this->type("name", "URL");
- $this->type("alias", "url");
- $this->clickAndWait("//input[@name='field_type' and
@value='4']");
- $this->clickAndWait("post_changes");
- $this->waitForPageToLoad("30000");
$this->clickAndWait("link=Submit New");
$this->waitForPageToLoad("30000");
$this->type("summary", "Summary1");
@@ -83,7 +76,6 @@ class CreateTracker extends FForge_SeleniumTestCase
$this->assertTrue($this->isTextPresent("Summary1"));
$this->clickAndWait("link=Summary1");
$this->waitForPageToLoad("30000");
- $this->assertTrue($this->isTextPresent(""));
$this->assertTrue($this->isTextPresent("Description1"));
// Test: Adding a comment and checking that it is recorded.
-----------------------------------------------------------------------
Summary of changes:
tests/func/20_Trackers/trackersTest.php | 8 --------
1 file changed, 8 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits