mirror of
https://github.com/curl/curl.git
synced 2026-04-14 00:51: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.
43 lines
341 B
Plaintext
43 lines
341 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
unittest
|
|
urlapi
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<setenv>
|
|
LANG=en_US.UTF-8
|
|
</setenv>
|
|
<features>
|
|
file
|
|
https
|
|
http
|
|
pop3
|
|
smtp
|
|
imap
|
|
ldap
|
|
dict
|
|
ftp
|
|
</features>
|
|
<name>
|
|
URL API
|
|
</name>
|
|
<tool>
|
|
lib%TESTNUMBER
|
|
</tool>
|
|
</client>
|
|
|
|
<verify>
|
|
<stdout>
|
|
success
|
|
</stdout>
|
|
</verify>
|
|
</testcase>
|