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

Changeset 1647

Show
Ignore:
Timestamp:
10/19/05 18:03:04 (3 years ago)
Author:
nahi
Message:

testcase name crash

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/wsdl/soaptype/test_soaptype.rb

    r1646 r1647  
    99 
    1010 
    11 class TestRPC < Test::Unit::TestCase 
     11class TestSOAPTYPE < Test::Unit::TestCase 
    1212  include ::SOAP 
    1313 
     
    138138    @client.wiredump_dev = str = '' 
    139139 
    140     arg = Struct.new(:short, :long, :double).new 
     140    arg = ::Struct.new(:short, :long, :double).new 
    141141    arg.short = SOAPShort.new(123) 
    142142    arg.long = SOAPLong.new(456)