##// END OF EJS Templates
Test broken by r12192 (#2199)....
Jean-Philippe Lang -
r11963:f399b31effc6
parent child
Show More
@@ -41,7 +41,7 class CustomFieldsHelperTest < ActionView::TestCase
41 field = CustomField.new(:field_format => 'foo')
41 field = CustomField.new(:field_format => 'foo')
42 field.id = 52
42 field.id = 52
43
43
44 assert_equal '<input class="foo_cf" id="object_custom_field_values_52" name="object[custom_field_values][52]" type="text" value="" />',
44 assert_include '<input class="foo_cf" id="object_custom_field_values_52" name="object[custom_field_values][52]" type="text" value="" />',
45 custom_field_tag_for_bulk_edit('object', field)
45 custom_field_tag_for_bulk_edit('object', field)
46 end
46 end
47 end
47 end
General Comments 0
You need to be logged in to leave comments. Login now