diff options
author | Go MAEDA <maeda@farend.jp> | 2019-10-21 07:20:57 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-10-21 07:20:57 +0000 |
commit | 0398596d240282eb2b562f6d274bbc5c127ad9a4 (patch) | |
tree | 5399de6844d5d9cbd924d782cc1ed2841c41c831 /test/unit/project_query_test.rb | |
parent | bbf6c057142d7e6366267761b409f3010106f660 (diff) | |
download | redmine-0398596d240282eb2b562f6d274bbc5c127ad9a4.tar.gz redmine-0398596d240282eb2b562f6d274bbc5c127ad9a4.zip |
Fix random test failure of ProjectQueryTest (#29482).
Patch by Marius BALTEANU.
git-svn-id: http://svn.redmine.org/redmine/trunk@18787 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/unit/project_query_test.rb')
-rw-r--r-- | test/unit/project_query_test.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unit/project_query_test.rb b/test/unit/project_query_test.rb index 43e95d308..e2d151d06 100644 --- a/test/unit/project_query_test.rb +++ b/test/unit/project_query_test.rb @@ -24,7 +24,8 @@ class ProjectQueryTest < ActiveSupport::TestCase :members, :roles, :member_roles, :issue_categories, :enumerations, :groups_users, - :enabled_modules + :enabled_modules, + :custom_fields, :custom_values def test_filter_values_be_arrays q = ProjectQuery.new |