mirror of
https://github.com/redmine/redmine.git
synced 2025-11-14 01:06:00 +01:00
Fix tests when checking custom fields editability (#43161).
Patch by Holger Just (user:hjust). git-svn-id: https://svn.redmine.org/redmine/trunk@23961 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -4580,7 +4580,7 @@ class IssuesControllerTest < Redmine::ControllerTest
|
||||
assert_equal Date.parse('2012-07-14'), issue.start_date
|
||||
assert_nil issue.due_date
|
||||
assert_equal 'value1', issue.custom_field_value(cf1)
|
||||
assert_nil issue.custom_field_value(cf2)
|
||||
assert_equal '', issue.custom_field_value(cf2)
|
||||
end
|
||||
|
||||
def test_create_should_ignore_unallowed_trackers
|
||||
|
||||
Reference in New Issue
Block a user