mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:43:47 +03:00
curl.h: remove the "RESERVED" error codes
Return codes for tests should be kept private.
Follow-up to 9465327084
Closes #17563
This commit is contained in:
parent
1886260a95
commit
b530c11bfd
7 changed files with 25 additions and 69 deletions
|
|
@ -62,10 +62,10 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
|||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
# TEST_ERR_SUCCESS is errorcode 120
|
||||
# TEST_ERR_SUCCESS is errorcode 41
|
||||
<verify>
|
||||
<errorcode>
|
||||
120
|
||||
41
|
||||
</errorcode>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -38,10 +38,10 @@ http://%HOSTIP:%HTTPPORT/%TESTNUMBER
|
|||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
# TEST_ERR_SUCCESS is errorcode 120
|
||||
# TEST_ERR_SUCCESS is errorcode 41
|
||||
<verify>
|
||||
<errorcode>
|
||||
120
|
||||
41
|
||||
</errorcode>
|
||||
<protocol nonewline="yes">
|
||||
POST /%TESTNUMBER HTTP/1.1
|
||||
|
|
|
|||
|
|
@ -37,10 +37,10 @@ http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER %HOSTIP:%NOLISTENPORT
|
|||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
# TEST_ERR_SUCCESS is errorcode 120
|
||||
# TEST_ERR_SUCCESS is errorcode 41
|
||||
<verify>
|
||||
<errorcode>
|
||||
120
|
||||
41
|
||||
</errorcode>
|
||||
</verify>
|
||||
</testcase>
|
||||
|
|
|
|||
|
|
@ -32,10 +32,10 @@ ftp://%HOSTIP:%FTPPORT/%TESTNUMBER
|
|||
</client>
|
||||
|
||||
# Verify data after the test has been "shot"
|
||||
# TEST_ERR_SUCCESS is errorcode 120
|
||||
# TEST_ERR_SUCCESS is errorcode 41
|
||||
<verify>
|
||||
<errorcode>
|
||||
120
|
||||
41
|
||||
</errorcode>
|
||||
<protocol>
|
||||
USER anonymous
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue