mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-10 01:21:32 +00:00
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
This commit is contained in:
parent
bbf6c05714
commit
0398596d24
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user