mirror of
https://github.com/curl/curl.git
synced 2026-08-26 13:03:32 +03:00
nine new test cases
This commit is contained in:
parent
c528dc53c9
commit
56da5a05be
10 changed files with 381 additions and 5 deletions
22
tests/data/test20
Normal file
22
tests/data/test20
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Server-side
|
||||
<reply>
|
||||
<data>
|
||||
</data>
|
||||
</reply>
|
||||
|
||||
# Client-side
|
||||
<client>
|
||||
<name>
|
||||
attempt connect to non-existing host name
|
||||
</name>
|
||||
<command>
|
||||
non-existing-and-weeeeeeirdname
|
||||
</command>
|
||||
</test>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
<verify>
|
||||
<errorcode>
|
||||
6
|
||||
</errorcode>
|
||||
</verify>
|
||||
Loading…
Add table
Add a link
Reference in a new issue