mirror of
https://github.com/curl/curl.git
synced 2026-04-12 00:11:42 +08:00
Unify the case, punctuation and name of test case keywords so they can be more easily selected or skipped when desired. Add a few keywords that were missing. Fix a couple of typos in test names.
34 lines
384 B
Plaintext
34 lines
384 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unsupported scheme
|
|
FAILURE
|
|
</keywords>
|
|
</info>
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
http
|
|
</server>
|
|
<name>
|
|
unsupported protocol:// URL
|
|
</name>
|
|
<command>
|
|
htfp://%HOSTIP:%HTTPPORT/none.htfml
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
1
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|