add details

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
aamine 2005-09-24 11:42:40 +00:00
parent 8e1d3e5498
commit 51cb36cc0e

View File

@ -1,7 +1,8 @@
Sat Sep 24 20:20:05 2005 Minero Aoki <aamine@loveruby.net>
* test/net/http/test_http.rb (teardown): ensure that Net::HTTP is
version 1.2. [ruby-dev:27312]
* test/net/http/test_http.rb (teardown): Net::HTTP.version_1_1 breaks
many other tests; ensure that Net::HTTP is version 1.2 after test.
[ruby-dev:27312]
Sat Sep 24 11:44:28 2005 Minero Aoki <aamine@loveruby.net>