]> source.dussan.org Git - redmine.git/commitdiff
Test broken by r12192 (#2199).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 30 Sep 2013 22:17:27 +0000 (22:17 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 30 Sep 2013 22:17:27 +0000 (22:17 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12193 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/unit/helpers/custom_fields_helper_test.rb

index bde14a5c901eb1cc28226edd898a05cb2fa84840..0c1081e947e93451412711e051a251c3ca849b33 100644 (file)
@@ -41,7 +41,7 @@ class CustomFieldsHelperTest < ActionView::TestCase
     field = CustomField.new(:field_format => 'foo')
     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)
   end
 end