mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/net/http/test_https.rb: should rescue LoadError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9f34b73009
commit
e963ff1e98
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Dec 24 04:04:12 2007 GOTOU Yuuzou <gotoyuzo@notwork.org>
|
||||
|
||||
* test/net/http/test_https.rb: should rescue LoadError.
|
||||
|
||||
Mon Dec 24 03:57:28 2007 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* cont.c, vm.h: fix to support sparc machine.
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
require "test/unit"
|
||||
begin
|
||||
require 'net/https'
|
||||
require 'stringio'
|
||||
require File.expand_path("../../openssl/utils", File.dirname(__FILE__))
|
||||
require File.expand_path("utils", File.dirname(__FILE__))
|
||||
rescue LoadError
|
||||
# should skip this test
|
||||
end
|
||||
require 'stringio'
|
||||
require File.expand_path("utils", File.dirname(__FILE__))
|
||||
require File.expand_path("../../openssl/utils", File.dirname(__FILE__))
|
||||
|
||||
class TestNetHTTPS < Test::Unit::TestCase
|
||||
include TestNetHTTPUtils
|
||||
|
|
Loading…
Reference in a new issue