Catch IndexError instead.

This commit is contained in:
Akinori MUSHA 2013-03-27 20:40:56 +09:00
parent 94d4b8f2a7
commit d76101722d

View file

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