From ef2059a44c7c28ff3f09a77259b80ad3a0d00c32 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 15 Aug 2011 22:40:28 +0200 Subject: 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 sections had the wrong content-length for its GET_PARAMETER response. Enabled test 572 again. --- tests/data/DISABLED | 1 - tests/data/test572 | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 840a725b5..82123e6ae 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -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 diff --git a/tests/data/test572 b/tests/data/test572 index c06e531fc..83ae646e2 100644 --- a/tests/data/test572 +++ b/tests/data/test572 @@ -28,10 +28,11 @@ Cseq: 2 scale=enormous speed=ludicrous + -RTSP/1.0 200 OK +RTSP/1.0 204 OK Server: RTSPD/libcurl-test Session: getparams-test Cseq: 3 -- cgit v1.2.3