mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
#
|
|
# Test REPORT response to a request for an unsupported report
|
|
#
|
|
TYPE=REPORT
|
|
URL=http://regression.host/caldav.php/user1/home/
|
|
|
|
|
|
BEGINDATA
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<non-existent-report xmlns="bogus:namespace:which:does:not:exist">
|
|
<bogus-tag/>
|
|
</non-existent-report>
|
|
ENDDATA
|
|
|