diff options
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/test504 | 3 | ||||
-rw-r--r-- | tests/data/test538 | 5 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/data/test504 b/tests/data/test504 index 573ab51c7..2d3a3dd0d 100644 --- a/tests/data/test504 +++ b/tests/data/test504 @@ -35,9 +35,10 @@ http://%HOSTIP:%HTTPSPORT/504 %HOSTIP:55555 </client> # Verify data after the test has been "shot" +# TEST_ERR_SUCCESS is errorcode 120 <verify> <errorcode> -100 +120 </errorcode> </verify> </testcase> diff --git a/tests/data/test538 b/tests/data/test538 index f33b2a654..d2fecd353 100644 --- a/tests/data/test538 +++ b/tests/data/test538 @@ -32,11 +32,10 @@ ftp://%HOSTIP:%FTPPORT/538 </client> # Verify data after the test has been "shot" +# TEST_ERR_SUCCESS is errorcode 120 <verify> -# ok, the error code here is supposed to be 100 for the fine case since -# that's just how lib504.c is written <errorcode> -100 +120 </errorcode> <protocol> USER anonymous
|