From 1d778e4f38ff3225e6dbac0d3891f67c966006af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 18 Apr 2023 08:29:33 +0200 Subject: Update test cases from RFC 4791 to be parsable by Guile. --- tests/rfc4791/5.3.2/request | 2 +- tests/rfc4791/5.3.2/response | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/rfc4791/5.3.2') diff --git a/tests/rfc4791/5.3.2/request b/tests/rfc4791/5.3.2/request index aac71656..7efaceb3 100644 --- a/tests/rfc4791/5.3.2/request +++ b/tests/rfc4791/5.3.2/request @@ -2,7 +2,7 @@ PUT /home/lisa/calendars/events/qwue23489.ics HTTP/1.1 If-None-Match: * Host: cal.example.com Content-Type: text/calendar -Content-Length: xxxx +Content-Length: 0 BEGIN:VCALENDAR VERSION:2.0 diff --git a/tests/rfc4791/5.3.2/response b/tests/rfc4791/5.3.2/response index 9df8e38e..1c3c18e8 100644 --- a/tests/rfc4791/5.3.2/response +++ b/tests/rfc4791/5.3.2/response @@ -2,3 +2,4 @@ HTTP/1.1 201 Created Content-Length: 0 Date: Sat, 11 Nov 2006 09:32:12 GMT ETag: "123456789-000-111" + -- cgit v1.2.3