diff options
author | niko <niko> | 2012-10-10 20:39:06 (GMT) |
---|---|---|
committer | niko <niko> | 2012-10-10 20:39:06 (GMT) |
commit | 6769837d62e994f8e080c008d3939a7aca2c5f12 (patch) | |
tree | a04acd7e65153806064897b85b8b8e338142c93a /test/synckolab/parser/kolab3/xml/contact.test2.mime.xml | |
parent | 99e810d096b0d75d3686af8f52d359193c3a7182 (diff) | |
download | synckolab-6769837d62e994f8e080c008d3939a7aca2c5f12.tar.gz |
cleanup test files
Diffstat (limited to 'test/synckolab/parser/kolab3/xml/contact.test2.mime.xml')
-rw-r--r-- | test/synckolab/parser/kolab3/xml/contact.test2.mime.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/test/synckolab/parser/kolab3/xml/contact.test2.mime.xml b/test/synckolab/parser/kolab3/xml/contact.test2.mime.xml new file mode 100644 index 0000000..c57df41 --- /dev/null +++ b/test/synckolab/parser/kolab3/xml/contact.test2.mime.xml @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no" ?> +<vcards xmlns="urn:ietf:params:xml:ns:vcard-4.0"> +<vcard> + <uid><uri>urn: uuid:ebf6fdc2-1149-11e2-841b-000476ed9009</uri></uid> + <prodid><text>SyncKolab 3.0.0, Kolab resource</text></prodid> + <rev><timestamp>19700101T000000ZZ</timestamp></rev> + <n> + <given>Wurst</given> + <surname>Hans</surname> + </n> + <fn><text>Hans Wurst</text></fn> + <tel> + <parameters><type><text>home</text></type></parameters> + <text>+49123456789</text> + </tel> + <email> + <parameters><pref><integer>1</integer></pref></parameters> + <text>hans@wurst.de</text> + </email> + <x-custom><identifier>X-AllowRemoteContent</identifier><value>false</value></x-custom> +</vcard> +</vcards>
\ No newline at end of file |