From 42bc9b3b16581ecc3915b1f1205850b9b337c686 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 27 Sep 2007 10:21:39 +0000 Subject: Mark String#each_char test failing with Ruby 1.9 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7656 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/test/core_ext/string_ext_test.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/test/core_ext') diff --git a/activesupport/test/core_ext/string_ext_test.rb b/activesupport/test/core_ext/string_ext_test.rb index 734974956b..9c199e1e79 100644 --- a/activesupport/test/core_ext/string_ext_test.rb +++ b/activesupport/test/core_ext/string_ext_test.rb @@ -146,6 +146,7 @@ class StringInflectionsTest < Test::Unit::TestCase assert !s.ends_with?('el') end + # FIXME: Ruby 1.9 def test_each_char_with_utf8_string_when_kcode_is_utf8 old_kcode, $KCODE = $KCODE, 'UTF8' '€2.99'.each_char do |char| -- cgit v1.2.3