Changeset 1536
- Timestamp:
- 05/05/05 11:16:17 (4 years ago)
- Files:
-
- trunk/test/soap/test_styleuse.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/test/soap/test_styleuse.rb
r1470 r1536 262 262 end 263 263 264 S1 = Struct.new(:a)265 S2 = Struct.new(:c)264 S1 = ::Struct.new(:a) 265 S2 = ::Struct.new(:c) 266 266 def test_rpc_lit_rpc_enc 267 267 ret1, ret2 = @client.rpc_lit_rpc_enc(S1.new('b'), S2.new('d'))