diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-06-23 23:29:42 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-06-23 23:29:42 +0000 |
commit | 5961a1e70d1efdfb5c4fd28c20dc8cc4d9a51bac (patch) | |
tree | ce9c67bc86309f09c9cb3df4e24db3515cca1419 /test | |
parent | 1221b79e987b2e2e27166f93658c868d288d3e4d (diff) | |
download | redmine-5961a1e70d1efdfb5c4fd28c20dc8cc4d9a51bac.tar.gz redmine-5961a1e70d1efdfb5c4fd28c20dc8cc4d9a51bac.zip |
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
Diffstat (limited to 'test')
-rw-r--r-- | test/unit/query_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/query_test.rb b/test/unit/query_test.rb index c1eadcf0c..cba83b7c0 100644 --- a/test/unit/query_test.rb +++ b/test/unit/query_test.rb @@ -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 => '_') |