Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]
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