~ubuntu-branches/ubuntu/intrepid/ruby1.9/intrepid-updates

« back to all changes in this revision

Viewing changes to test/drb/test_drbssl.rb

  • Committer: Bazaar Package Importer
  • Author(s): akira yamada
  • Date: 2007-05-21 14:00:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070521140019-ui4zd0v80duktssk
Tags: 1.9.0+20070521-1
new upstream snapshot. (2006-07-21)  (Closes: #414856, #388344)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
rescue LoadError
6
6
end
7
7
 
8
 
if Object.const_defined?("OpenSSL")
 
8
class TestDRbSSLCore < Test::Unit::TestCase
 
9
  def test_message
 
10
    flunk("YARV doesn't support drb")
 
11
  end
 
12
end
9
13
 
 
14
# TODO: YARV doesn't support drb
 
15
if false # Object.const_defined?("OpenSSL")
10
16
 
11
17
class DRbSSLService < DRbService
12
18
  %w(ut_drb_drbssl.rb ut_array_drbssl.rb).each do |nm|