mirror of
https://github.com/redmine/redmine.git
synced 2025-11-05 04:45:57 +01:00
Random test failure.
git-svn-id: http://svn.redmine.org/redmine/trunk@17702 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -34,6 +34,7 @@ class IssuesCustomFieldsVisibilityTest < Redmine::ControllerTest
|
|||||||
def setup
|
def setup
|
||||||
CustomField.destroy_all
|
CustomField.destroy_all
|
||||||
Issue.delete_all
|
Issue.delete_all
|
||||||
|
Watcher.delete_all
|
||||||
|
|
||||||
field_attributes = {:field_format => 'string', :is_for_all => true, :is_filter => true, :trackers => Tracker.all}
|
field_attributes = {:field_format => 'string', :is_for_all => true, :is_filter => true, :trackers => Tracker.all}
|
||||||
@fields = []
|
@fields = []
|
||||||
|
|||||||
Reference in New Issue
Block a user