Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]
Show
Ignore:
Timestamp:
10/28/07 17:16:29 (1 year ago)
Author:
nahi
Message:
  • update tests for the previous change ('in' -> :in)
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/interopR4/client.rb

    r1520 r2006  
    4545    def method_def(drv, soap_action = nil) 
    4646      drv.add_method("EchoAttachment",  
    47         [['in', 'In', nil], ['retval', 'Out', nil]]) 
     47        [[:in, 'In', nil], [:retval, 'Out', nil]]) 
    4848      drv.add_method("EchoAttachments",  
    49         [['in', 'In', nil], ['retval', 'Out', nil]]) 
     49        [[:in, 'In', nil], [:retval, 'Out', nil]]) 
    5050      drv.add_method("EchoAttachmentAsBase64",  
    51         [['in', 'In', nil], ['retval', 'Out', nil]]) 
     51        [[:in, 'In', nil], [:retval, 'Out', nil]]) 
    5252      drv.add_method("EchoBase64AsAttachment",  
    53         [['in', 'In', nil], ['retval', 'Out', nil]]) 
     53        [[:in, 'In', nil], [:retval, 'Out', nil]]) 
    5454    end 
    5555  end