Changeset 1514
- Timestamp:
- 04/27/05 16:11:28 (4 years ago)
- Files:
-
- trunk/test/wsdl/map/test_map.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/test/wsdl/map/test_map.rb
r1415 r1514 49 49 @client.endpoint_url = "http://localhost:#{Port}/" 50 50 @client.generate_explicit_type = true 51 @client.wiredump_dev = STDOUT if $DEBUG 51 52 end 52 53