]> source.dussan.org Git - redmine.git/commitdiff
add missing fixture to test/unit/query_test.rb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 23 Jun 2012 23:29:42 +0000 (23:29 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sat, 23 Jun 2012 23:29:42 +0000 (23:29 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9882 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/query_test.rb

index c1eadcf0c260c0369530c15ebe056efacb4a40fa..cba83b7c0c7abfe98df244015d8dbb4611c9fc91 100644 (file)
@@ -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 => '_')