mirror of
https://github.com/moparisthebest/curl
synced 2024-11-02 08:35:03 -04:00
33bea767eb
are not, due mainly to the lack of support for XML character entities (e.g. & => & ). This will make it easier to validate test files using tools like xmllint, as well as edit and view them using XML tools.
29 lines
336 B
Plaintext
29 lines
336 B
Plaintext
<testcase>
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
http
|
|
</server>
|
|
<name>
|
|
multi interface get with non-existing host name
|
|
</name>
|
|
<tool>
|
|
lib507
|
|
</tool>
|
|
<command>
|
|
http://doesnotexist.foo./
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
6
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|