mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-04 01:54:07 +02:00
add more tests
This commit is contained in:
parent
1e7efdd48b
commit
5c2a3f1b02
11 changed files with 337 additions and 5 deletions
8
tests/invalidscoperesponse.xml
Normal file
8
tests/invalidscoperesponse.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0"?>
|
||||
<d:multistatus xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<d:response>
|
||||
<d:status>HTTP/1.1 404 Not Found</d:status>
|
||||
<d:href>/test</d:href>
|
||||
</d:response>
|
||||
</d:multistatus>
|
||||
Loading…
Add table
Add a link
Reference in a new issue