Test broken by r12192 (#2199).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12193 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2013-09-30 22:17:27 +00:00
parent e35640f3e8
commit f399b31eff
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class CustomFieldsHelperTest < ActionView::TestCase
field = CustomField.new(:field_format => 'foo') field = CustomField.new(:field_format => 'foo')
field.id = 52 field.id = 52
assert_equal '<input class="foo_cf" id="object_custom_field_values_52" name="object[custom_field_values][52]" type="text" value="" />', assert_include '<input class="foo_cf" id="object_custom_field_values_52" name="object[custom_field_values][52]" type="text" value="" />',
custom_field_tag_for_bulk_edit('object', field) custom_field_tag_for_bulk_edit('object', field)
end end
end end