diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-23 15:06:14 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-23 15:06:14 +0000 |
| commit | a73184197216a3d4f22e4f73289fdb1543ec293a (patch) | |
| tree | a61c3949c5f3d88fe1e5e09c01e71b3bbd879101 /bootstraptest | |
| parent | eec614afc3df9cdfee349fe2ae4cfa00e4cc3ee2 (diff) | |
| download | ruby-a73184197216a3d4f22e4f73289fdb1543ec293a.tar.gz ruby-a73184197216a3d4f22e4f73289fdb1543ec293a.tar.xz ruby-a73184197216a3d4f22e4f73289fdb1543ec293a.zip | |
move the test for [ruby-core:14288].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bootstraptest')
| -rw-r--r-- | bootstraptest/test_knownbug.rb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bootstraptest/test_knownbug.rb b/bootstraptest/test_knownbug.rb index c0cd0e9f3..791803132 100644 --- a/bootstraptest/test_knownbug.rb +++ b/bootstraptest/test_knownbug.rb @@ -4,14 +4,6 @@ # assert_equal 'ok', %q{ - open("tmp", "w") {|f| f.write "a\u00FFb" } - s = open("tmp", "r:iso-8859-1:utf-8") {|f| - f.gets("\xFF".force_encoding("iso-8859-1")) - } - s == "a\xFF" ? :ok : :ng -}, '[ruby-core:14288]' - -assert_equal 'ok', %q{ open("require-lock-test.rb", "w") {|f| f.puts "sleep 0.1" f.puts "module M" |
