diff options
author | Yang Tse <yangsita@gmail.com> | 2013-07-11 17:01:02 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2013-07-11 17:01:02 +0200 |
commit | c983aa9efc8f8c84e38a82aa34a5a103936a0a5f (patch) | |
tree | 6e9af66bce5b902b3379b6dc61232cf2e84802ff /tests/data/test1511 | |
parent | b16b7f9d3a139cc7665208e4d19e4f90287f1e8a (diff) | |
download | curl-c983aa9efc8f8c84e38a82aa34a5a103936a0a5f.tar.gz |
test 1511: fix enumerated type mixed with another type
Diffstat (limited to 'tests/data/test1511')
-rw-r--r-- | tests/data/test1511 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/data/test1511 b/tests/data/test1511 index 947ad26da..b52bd1fb0 100644 --- a/tests/data/test1511 +++ b/tests/data/test1511 @@ -59,4 +59,12 @@ HTTP GET time conditions in repeated requests http://%HOSTIP:%HTTPPORT/1511 </command> </client> + +# Verify data after the test has been "shot" +# TEST_ERR_SUCCESS is errorcode 120 +<verify> +<errorcode> +120 +</errorcode> +</verify> </testcase> |