##// END OF EJS Templates
add missing fixture to test/unit/query_test.rb...
Toshi MARUYAMA -
r9699:5961a1e70d1e
parent child
Show More
@@ -23,7 +23,8 class QueryTest < ActiveSupport::TestCase
23 23 :issue_categories, :enumerations, :issues,
24 24 :watchers, :custom_fields, :custom_values, :versions,
25 25 :queries,
26 :projects_trackers
26 :projects_trackers,
27 :custom_fields_trackers
27 28
28 29 def test_custom_fields_for_all_projects_should_be_available_in_global_queries
29 30 query = Query.new(:project => nil, :name => '_')
General Comments 0
You need to be logged in to leave comments. Login now