diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-01-27 10:17:48 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2015-01-27 10:17:48 +0000 |
| commit | 56c49c97805bfdbfe607a0456d2e1084c0fc318d (patch) | |
| tree | 1f13d5b07e122968e5fcca54608d121c8f1a5d79 /test | |
| parent | d604893f2065b3797218aa0607b3c21a13c82160 (diff) | |
Revert r49424. See [Bug #6232]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@49426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
| -rw-r--r-- | test/readline/test_readline.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/readline/test_readline.rb b/test/readline/test_readline.rb index 93aa8da09b..84cfcf2ae3 100644 --- a/test/readline/test_readline.rb +++ b/test/readline/test_readline.rb @@ -439,18 +439,6 @@ class TestReadline < Test::Unit::TestCase Readline::HISTORY.clear end if !/EditLine/n.match(Readline::VERSION) - def test_refresh_line - bug6232 = '[ruby-core:43957] [Bug #6232] refresh_line after set_screen_size' - with_temp_stdio do |stdin, stdout| - replace_stdio(stdin.path, stdout.path) do - assert_ruby_status(%w[-rreadline -], <<-'end;', bug6232) - Readline.set_screen_size(40, 80) - Readline.refresh_line - end; - end - end - end if Readline.respond_to?(:refresh_line) - private def replace_stdio(stdin_path, stdout_path) |
