test572: fixed

Two problems were fixed:

GET_PARAMETER responses that have no body must be 204 response or
properly set length to 0.

One of the <data> sections had the wrong content-length for its
GET_PARAMETER response.

Enabled test 572 again.
This commit is contained in:
Daniel Stenberg
2011-08-15 22:40:28 +02:00
parent 93ba8b9560
commit ef2059a44c
2 changed files with 2 additions and 2 deletions

View File

@@ -2,5 +2,4 @@
# test cases are run by runtests.pl. Just add the plain test case numbers, one
# per line.
# Lines starting with '#' letters are treated as comments.
572
811