mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-30 18:37:12 +00:00
Add test of error response for a REPORT which is not supported.
This commit is contained in:
parent
c6a1451f14
commit
8b77885cac
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<error xmlns="DAV:">
|
||||
<supported-report/>"bogus:namespace:which:does:not:exist:non-existent-report" is not a supported report type
|
||||
</error>
|
||||
@ -0,0 +1,14 @@
|
||||
#
|
||||
# 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user