Class name paranoia.

This commit is contained in:
Akinori MUSHA 2012-10-14 22:10:44 +09:00
parent 731f2b8c9a
commit 2b96f2317d
2 changed files with 1 additions and 4 deletions

View file

@ -1,7 +1,6 @@
require File.expand_path('helper', File.dirname(__FILE__)) require File.expand_path('helper', File.dirname(__FILE__))
class TestHTTPCookie < Test::Unit::TestCase class TestHTTPCookie < Test::Unit::TestCase
#class TestHTTPCookie < MiniTest::Unit::TestCase
def silently def silently
warn_level = $VERBOSE warn_level = $VERBOSE
$VERBOSE = false $VERBOSE = false

View file

@ -1,8 +1,6 @@
require File.expand_path('helper', File.dirname(__FILE__)) require File.expand_path('helper', File.dirname(__FILE__))
class TestMechanizeCookieJar < Test::Unit::TestCase class TestHTTPCookieJar < Test::Unit::TestCase
#class TestMechanizeCookieJar < MiniTest::Unit::TestCase
def setup def setup
@jar = HTTP::CookieJar.new @jar = HTTP::CookieJar.new
end end