mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix debug code
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
26862c00e9
commit
4b9e885000
1 changed files with 1 additions and 5 deletions
|
@ -2,10 +2,6 @@ require 'test/unit'
|
|||
require 'cgi'
|
||||
require 'cgi/session'
|
||||
require 'stringio'
|
||||
def d(obj)
|
||||
STDERR.write(obj.inspect+"\n")
|
||||
end
|
||||
|
||||
|
||||
class CGISessionTest < Test::Unit::TestCase
|
||||
|
||||
|
@ -18,7 +14,7 @@ class CGISessionTest < Test::Unit::TestCase
|
|||
def teardown
|
||||
@environ.each do |key, val| ENV.delete(key) end
|
||||
$stdout = STDOUT
|
||||
# FileUtils.rm(Dir::glob(File.dirname(__FILE__)+"/session_dir/*"))
|
||||
FileUtils.rm(Dir::glob(File.dirname(__FILE__)+"/session_dir/*"))
|
||||
end
|
||||
|
||||
def test_cgi_session_core
|
||||
|
|
Loading…
Add table
Reference in a new issue