mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/logger/test_logger.rb: unintentionally overwritten changes by
Usa. reverted. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
94dc8ca41e
commit
8b02984629
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Fri Sep 16 00:17:03 2005 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
||||||
|
|
||||||
|
* test/logger/test_logger.rb: unintentionally overwritten changes by
|
||||||
|
Usa. reverted.
|
||||||
|
|
||||||
Fri Sep 16 00:03:11 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
Fri Sep 16 00:03:11 2005 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||||
|
|
||||||
* lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize): should set
|
* lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize): should set
|
||||||
|
|
|
@ -331,6 +331,7 @@ class TestLogDevice < Test::Unit::TestCase
|
||||||
assert(!File.exist?(logfile3))
|
assert(!File.exist?(logfile3))
|
||||||
logger.error("0" * 15)
|
logger.error("0" * 15)
|
||||||
assert(!File.exist?(logfile3))
|
assert(!File.exist?(logfile3))
|
||||||
|
logger.close
|
||||||
File.unlink(logfile)
|
File.unlink(logfile)
|
||||||
File.unlink(logfile0)
|
File.unlink(logfile0)
|
||||||
File.unlink(logfile1)
|
File.unlink(logfile1)
|
||||||
|
@ -366,6 +367,7 @@ class TestLogDevice < Test::Unit::TestCase
|
||||||
assert(!File.exist?(logfile3))
|
assert(!File.exist?(logfile3))
|
||||||
logger.error("0" * 15)
|
logger.error("0" * 15)
|
||||||
assert(!File.exist?(logfile3))
|
assert(!File.exist?(logfile3))
|
||||||
|
logger.close
|
||||||
File.unlink(logfile)
|
File.unlink(logfile)
|
||||||
File.unlink(logfile0)
|
File.unlink(logfile0)
|
||||||
File.unlink(logfile1)
|
File.unlink(logfile1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue