Changeset 1926
- Timestamp:
- 08/28/07 23:03:30 (1 year ago)
- Files:
-
- trunk/test/soap/test_streamhandler.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/test/soap/test_streamhandler.rb
r1885 r1926 164 164 str = "" 165 165 @client.wiredump_dev = str 166 @client.options['protocol.http.basic_auth']['0'] = [@url, "admin", "admin"] 167 assert_nil(@client.do_server_proc_basic_auth) 166 168 @client.options["protocol.http.basic_auth"] << [@url, "admin", "admin"] 167 169 assert_nil(@client.do_server_proc_basic_auth)