123456789101112131415161718192021222324252627282930313233343536 |
- <testcase>
- <info>
- <keywords>
- HTTP
- HTTP GET
- --resolve
- </keywords>
- </info>
- #
- # Server-side
- <reply>
- </reply>
- #
- # Client-side
- <client>
- <server>
- http
- </server>
- <name>
- HTTP with invalid --resolve syntax
- </name>
- <command>
- --resolve %HTTPPORT:example.com:%HOSTIP http://example.com:%HTTPPORT/%TESTNUMBER
- </command>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- <errorcode>
- 49
- </errorcode>
- </verify>
- </testcase>
|