mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-30 16:00:25 +00:00
Changed line wrapping in awl is one major reason for etag changes. With this commit, all tests in regression-suite, binding and carddav pass for me, using the configuration outlined in README.regression_tests
24 lines
724 B
XML
24 lines
724 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<multistatus xmlns="DAV:" xmlns:VC="urn:ietf:params:xml:ns:carddav">
|
|
<response>
|
|
<href>/caldav.php/user1/addressbook/andrew_mcmillan.vcf</href>
|
|
<propstat>
|
|
<prop>
|
|
<getetag>"a81fa8394d866e6037ea426554663e4c"</getetag>
|
|
<VC:address-data>BEGIN:VCARD
|
|
VERSION:3.0
|
|
UID:pas-id-4BB0719600000000
|
|
EMAIL;X-EVOLUTION-UI-SLOT=2;TYPE=HOME:andrew@mcmillan.net.nz
|
|
EMAIL;X-EVOLUTION-UI-SLOT=1;TYPE=WORK:andrew@morphoss.com
|
|
N:McMillan;Andrew;Watson;;
|
|
FN:Andrew Watson McMillan
|
|
NICKNAME:karora
|
|
END:VCARD
|
|
</VC:address-data>
|
|
<getlastmodified>Dow, 01 Jan 2000 00:00:00 GMT</getlastmodified>
|
|
</prop>
|
|
<status>HTTP/1.1 200 OK</status>
|
|
</propstat>
|
|
</response>
|
|
</multistatus>
|