Rescue LoadError.

This commit is contained in:
Akinori MUSHA 2013-03-27 20:16:05 +09:00
parent 64297ffebe
commit 4ebce92fad

View file

@ -620,5 +620,7 @@ class TestHTTPCookieJar < Test::Unit::TestCase
# :filename => File.join(dir, "cookies.sqlite")),
# HTTP::Cookie::MAX_COOKIES_TOTAL + gc_threshold)
#}
rescue LoadError
STDERR.puts 'sqlite3 missing?'
end
end