mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 23:55:01 -04:00
1962ebf8e7
test, fixing KNOWN_BUGS #11. Fixed some tests to more accurately specify their required servers and features.
38 lines
413 B
Plaintext
38 lines
413 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
connect to non-listen
|
|
FAILURE
|
|
</keywords>
|
|
</info>
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<features>
|
|
http
|
|
</features>
|
|
<name>
|
|
attempt connect to non-listening socket
|
|
</name>
|
|
<command>
|
|
%HOSTIP:60000
|
|
</command>
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
7
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|