curl-curl/tests/data/test1560
Dan Fandrich cbb80f215e tests: unify test case keywords
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.
2025-04-04 13:23:15 -07:00

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>