aboutsummaryrefslogtreecommitdiffstats
path: root/test/openssl/test_pkey_rsa.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-14 01:38:56 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-14 01:38:56 +0000
commitbfa6c6b41b230277c4f264da117eca222b591efc (patch)
tree7140b5b829e8fc68d2aea13f6a5f00baa8639842 /test/openssl/test_pkey_rsa.rb
parent5174425678a68c4c18ecd9d0007e494f49ab1520 (diff)
downloadruby-bfa6c6b41b230277c4f264da117eca222b591efc.tar.gz
Clear error messages before process and get errors. [ruby-dev:43791] [Bug #4879]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/openssl/test_pkey_rsa.rb')
-rw-r--r--test/openssl/test_pkey_rsa.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/openssl/test_pkey_rsa.rb b/test/openssl/test_pkey_rsa.rb
index ec49c0fb61..3dfb08e7a0 100644
--- a/test/openssl/test_pkey_rsa.rb
+++ b/test/openssl/test_pkey_rsa.rb
@@ -42,6 +42,7 @@ class OpenSSL::TestPKeyRSA < Test::Unit::TestCase
end
def test_new
+ OpenSSL.errors
key = OpenSSL::PKey::RSA.new 512
pem = key.public_key.to_pem
OpenSSL::PKey::RSA.new pem