Ruby 1.9 compat: note failing form options helper test, probably in html-scanner

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8465 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper 2007-12-21 12:25:55 +00:00
parent a4c77f9bc4
commit 79790df40c
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ class FormOptionsHelperTest < Test::Unit::TestCase
)
end
# FIXME: fails on Ruby 1.9, probably in html-scanner
def test_hash_options_for_select
assert_dom_equal(
"<option value=\"&lt;Kroner&gt;\">&lt;DKR&gt;</option>\n<option value=\"Dollar\">$</option>",