aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-21 12:25:55 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-21 12:25:55 +0000
commit79790df40c1d4eb0bf969e816ad88a0573833148 (patch)
tree3ef3e56c0c7ba83e00ab397f70247ae1205665c9 /actionpack/test/template
parenta4c77f9bc4008bfead6c9edb3b951a3faf5acc39 (diff)
downloadrails-79790df40c1d4eb0bf969e816ad88a0573833148.tar.gz
rails-79790df40c1d4eb0bf969e816ad88a0573833148.tar.bz2
rails-79790df40c1d4eb0bf969e816ad88a0573833148.zip
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
Diffstat (limited to 'actionpack/test/template')
-rw-r--r--actionpack/test/template/form_options_helper_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/template/form_options_helper_test.rb b/actionpack/test/template/form_options_helper_test.rb
index 8f7db02f2d..bd062057fa 100644
--- a/actionpack/test/template/form_options_helper_test.rb
+++ b/actionpack/test/template/form_options_helper_test.rb
@@ -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>",