Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1541

Show
Ignore:
Timestamp:
05/10/05 20:28:20 (4 years ago)
Author:
nahi
Message:

update unit test runner for ruby-1.6.8

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/16runner.rb

    r1537 r1541  
    77Version = rcsid[2].scan(/\d+/).collect!(&method(:Integer)).freeze 
    88Release = rcsid[3].freeze 
     9 
     10module Test 
     11  module Unit 
     12    module Assertions 
     13      alias assert_raise assert_raises 
     14    end 
     15  end 
     16end 
    917 
    1018class BulkTestSuite < Test::Unit::TestSuite 
  • trunk/test/soap/marshal/test_marshal.rb

    r1520 r1541  
    22require 'soap/marshal' 
    33require File.join(File.dirname(File.expand_path(__FILE__)), 'marshaltestlib') 
     4 
     5 
     6if RUBY_VERSION > "1.7.0" 
    47 
    58 
     
    1922end 
    2023end 
     24 
     25 
     26end 
  • trunk/test/soap/ssl/test_ssl.rb

    r1520 r1541  
    66require 'soap/rpc/driver' 
    77 
    8 if defined?(HTTPAccess2) 
     8if defined?(HTTPAccess2) and defined?(OpenSSL) 
    99 
    1010module SOAP; module SSL 
  • trunk/test/soap/struct/test_struct.rb

    r1520 r1541  
    3131    @server = Server.new( 
    3232      :Port => Port, 
     33      :BindAddress => "0.0.0.0", 
    3334      :AccessLog => [], 
    3435      :SOAPDefaultNamespace => Namespace 
  • trunk/test/soap/test_styleuse.rb

    r1536 r1541  
    208208  def setup_server 
    209209    @server = Server.new( 
     210      :BindAddress => "0.0.0.0", 
    210211      :Port => Port, 
    211212      :AccessLog => [], 
  • trunk/test/soap/wsdlDriver/test_calc.rb

    r1470 r1541  
    2828  def setup_server 
    2929    @server = Server.new( 
     30      :BindAddress => "0.0.0.0", 
    3031      :Port => Port, 
    3132      :AccessLog => [], 
  • trunk/test/soap/wsdlDriver/test_simpletype.rb

    r1520 r1541  
    3131  def setup_server 
    3232    @server = Server.new( 
     33      :BindAddress => "0.0.0.0", 
    3334      :Port => Port, 
    3435      :AccessLog => [], 
  • trunk/test/wsdl/map/test_map.rb

    r1520 r1541  
    3333  def setup_server 
    3434    @server = Server.new( 
     35      :BindAddress => "0.0.0.0", 
    3536      :Port => Port, 
    3637      :AccessLog => [],