mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* test/rubygems/test_gem_security.rb (TestGemSecurity): valid only
if OpenSSL is available. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
59064a75b8
commit
ce00071053
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,7 @@
|
||||||
Sun Jan 30 16:15:20 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Sun Jan 30 16:40:27 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* test/rubygems/test_gem_security.rb (TestGemSecurity): valid only
|
||||||
|
if OpenSSL is available.
|
||||||
|
|
||||||
* test/dl/test_dl2.rb (TestDL#test_sin): math functions do not
|
* test/dl/test_dl2.rb (TestDL#test_sin): math functions do not
|
||||||
work on x86_64 due to the design of DL2.
|
work on x86_64 due to the design of DL2.
|
||||||
|
|
|
@ -92,5 +92,5 @@ class TestGemSecurity < Gem::TestCase
|
||||||
Gem::Security.email_to_name('no+body@example', munger).to_s
|
Gem::Security.email_to_name('no+body@example', munger).to_s
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end if defined?(OpenSSL)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue