mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Test failure (#21074).
git-svn-id: http://svn.redmine.org/redmine/trunk@14775 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
58d3dc354d
commit
aff96e19c0
@ -182,6 +182,7 @@ class QueryTest < ActiveSupport::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_operator_none_for_string_custom_field
|
def test_operator_none_for_string_custom_field
|
||||||
|
CustomField.find(2).update_attribute :default_value, ""
|
||||||
query = IssueQuery.new(:project => Project.find(1), :name => '_')
|
query = IssueQuery.new(:project => Project.find(1), :name => '_')
|
||||||
query.add_filter('cf_2', '!*', [''])
|
query.add_filter('cf_2', '!*', [''])
|
||||||
assert query.has_filter?('cf_2')
|
assert query.has_filter?('cf_2')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user