add missing fixture to test/unit/query_test.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9882 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1221b79e98
commit
5961a1e70d
|
@ -23,7 +23,8 @@ class QueryTest < ActiveSupport::TestCase
|
|||
:issue_categories, :enumerations, :issues,
|
||||
:watchers, :custom_fields, :custom_values, :versions,
|
||||
:queries,
|
||||
:projects_trackers
|
||||
:projects_trackers,
|
||||
:custom_fields_trackers
|
||||
|
||||
def test_custom_fields_for_all_projects_should_be_available_in_global_queries
|
||||
query = Query.new(:project => nil, :name => '_')
|
||||
|
|
Loading…
Reference in New Issue