aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test_config.rb2
-rw-r--r--test/test_ssl.rb2
-rw-r--r--test/test_x509req.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/test_config.rb b/test/test_config.rb
index 62f9fabc..4ceb7465 100644
--- a/test/test_config.rb
+++ b/test/test_config.rb
@@ -23,7 +23,7 @@ __EOD__
def test_constants
assert(defined?(OpenSSL::Config::DEFAULT_CONFIG_FILE))
config_file = OpenSSL::Config::DEFAULT_CONFIG_FILE
- skip "DEFAULT_CONFIG_FILE may return a wrong path on your platforms. [Bug #6830]" unless File.readable?(config_file)
+ pend "DEFAULT_CONFIG_FILE may return a wrong path on your platforms. [Bug #6830]" unless File.readable?(config_file)
assert_nothing_raised do
OpenSSL::Config.load(config_file)
end
diff --git a/test/test_ssl.rb b/test/test_ssl.rb
index 3eddb0a8..b65399f9 100644
--- a/test/test_ssl.rb
+++ b/test/test_ssl.rb
@@ -27,7 +27,7 @@ class OpenSSL::TestSSL < OpenSSL::SSLTestCase
end
def test_not_started_session
- skip "non socket argument of SSLSocket.new is not supported on this platform" if /mswin|mingw/ =~ RUBY_PLATFORM
+ pend "non socket argument of SSLSocket.new is not supported on this platform" if /mswin|mingw/ =~ RUBY_PLATFORM
open(__FILE__) do |f|
assert_nil OpenSSL::SSL::SSLSocket.new(f).cert
end
diff --git a/test/test_x509req.rb b/test/test_x509req.rb
index 27040cb7..783581b8 100644
--- a/test/test_x509req.rb
+++ b/test/test_x509req.rb
@@ -138,7 +138,7 @@ class OpenSSL::TestX509Request < Test::Unit::TestCase
req.version = 1
assert_equal(false, req.verify(@rsa1024))
rescue OpenSSL::X509::RequestError
- skip
+ pend
end
def test_sign_and_verify_dsa_md5