From f957a04f68bd87451ff36322ef6888e3ccb83799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Tue, 18 Apr 2023 02:15:04 +0200 Subject: Import test cases from RFC 4791 (CalDAV). --- tests/rfc4791/5.3.1.2/request | 42 ++++++++++++++++++++++++++++++++++++++++++ tests/rfc4791/5.3.1.2/response | 4 ++++ 2 files changed, 46 insertions(+) create mode 100644 tests/rfc4791/5.3.1.2/request create mode 100644 tests/rfc4791/5.3.1.2/response (limited to 'tests/rfc4791/5.3.1.2') diff --git a/tests/rfc4791/5.3.1.2/request b/tests/rfc4791/5.3.1.2/request new file mode 100644 index 00000000..e86f98e5 --- /dev/null +++ b/tests/rfc4791/5.3.1.2/request @@ -0,0 +1,42 @@ +MKCALENDAR /home/lisa/calendars/events/ HTTP/1.1 +Host: cal.example.com +Content-Type: application/xml; charset="utf-8" +Content-Length: xxxx + + + + + + Lisa's Events + Calendar restricted to events. + + + + + + + diff --git a/tests/rfc4791/5.3.1.2/response b/tests/rfc4791/5.3.1.2/response new file mode 100644 index 00000000..0e8dd53a --- /dev/null +++ b/tests/rfc4791/5.3.1.2/response @@ -0,0 +1,4 @@ +HTTP/1.1 201 Created +Cache-Control: no-cache +Date: Sat, 11 Nov 2006 09:32:12 GMT +Content-Length: 0 \ No newline at end of file -- cgit v1.2.3