| 1234567891011121314151617181920212223242526272829303132333435 |
- <testcase>
- <info>
- <keywords>
- command-line
- </keywords>
- </info>
- #
- # Server-side
- <reply>
- </reply>
- #
- # Client-side
- <client>
- <server>
- none
- </server>
- <name>
- Try a non-boolean command line option with --no-
- </name>
- <command>
- --no-proxy "hey" http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER
- </command>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- # detected the bad --no- prefix
- <errorcode>
- 2
- </errorcode>
- </verify>
- </testcase>
|