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

Changeset 947

Show
Ignore:
Timestamp:
09/13/03 22:00:59 (5 years ago)
Author:
nahi
Message:

Filename fixed. Cygwin ignores case...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/wsdlmarshal/test_wsdlmarshal.rb

    r945 r947  
    4949 
    5050  def test_marshal 
    51     marshaller = WSDLMarshaller.new(pathname('Person.wsdl')) 
     51    marshaller = WSDLMarshaller.new(pathname('person.wsdl')) 
    5252    obj = Person.new("NAKAMURA", "Hiroshi", 1, 1.0,  "1") 
    5353    str = marshaller.dump(obj)