update.
[chise/ruby.git] / test / org-test-str.rb
index c0259f4..f59d295 100755 (executable)
@@ -5,12 +5,6 @@ require "common"
 
 class TestString < Test::Unit::TestCase
   def test_method
-    @str = "文字列"
-    str = @str.map_char {|ch|
-      ch+ch
-    }
-    assert_equal("文文字字列列", str)
-    assert_equal("文字列", @str)
 
 #    assert_equal("<文,C1-4546>", "文".inspect_x)
 #    assert_equal("<字,J90-3B7A>", "字".inspect_x)