]> source.dussan.org Git - redmine.git/commitdiff
Random test failure.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 8 Dec 2018 07:24:52 +0000 (07:24 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 8 Dec 2018 07:24:52 +0000 (07:24 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@17702 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_custom_fields_visibility_test.rb

index 485b55be84534a6c7f3fc8265ee197462586e8d8..bdfdbb0ca76b215ce1dfcf64217f7f790df725cb 100644 (file)
@@ -34,6 +34,7 @@ class IssuesCustomFieldsVisibilityTest < Redmine::ControllerTest
   def setup
     CustomField.destroy_all
     Issue.delete_all
+    Watcher.delete_all
 
     field_attributes = {:field_format => 'string', :is_for_all => true, :is_filter => true, :trackers => Tracker.all}
     @fields = []