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/branches/ruby_1_8@9175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
		
							parent
							
								
									92ff76fa8d
								
							
						
					
					
						commit
						f3707886d6
					
				
					 2 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1,3 +1,8 @@
 | 
			
		|||
Fri Sep 16 00:14:14 2005  NAKAMURA, Hiroshi  <nakahiro@sarion.co.jp>
 | 
			
		||||
 | 
			
		||||
	* test/logger/test_logger.rb: unintentionally overwritten changes by
 | 
			
		||||
	  Usa.  reverted.
 | 
			
		||||
 | 
			
		||||
Fri Sep 16 00:06:18 2005  GOTOU Yuuzou  <gotoyuzo@notwork.org>
 | 
			
		||||
 | 
			
		||||
	* lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize): should set
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -331,6 +331,7 @@ class TestLogDevice < Test::Unit::TestCase
 | 
			
		|||
    assert(!File.exist?(logfile3))
 | 
			
		||||
    logger.error("0" * 15)
 | 
			
		||||
    assert(!File.exist?(logfile3))
 | 
			
		||||
    logger.close
 | 
			
		||||
    File.unlink(logfile)
 | 
			
		||||
    File.unlink(logfile0)
 | 
			
		||||
    File.unlink(logfile1)
 | 
			
		||||
| 
						 | 
				
			
			@ -366,6 +367,7 @@ class TestLogDevice < Test::Unit::TestCase
 | 
			
		|||
    assert(!File.exist?(logfile3))
 | 
			
		||||
    logger.error("0" * 15)
 | 
			
		||||
    assert(!File.exist?(logfile3))
 | 
			
		||||
    logger.close
 | 
			
		||||
    File.unlink(logfile)
 | 
			
		||||
    File.unlink(logfile0)
 | 
			
		||||
    File.unlink(logfile1)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue