mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-29 09:35:50 +00:00
Fix tests for ownCloud
See https://github.com/owncloud/contacts/issues/1025
This commit is contained in:
parent
4f7589ca7f
commit
930ea6a226
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ def assert_item_equals(a, b):
|
|||
VCARD_TEMPLATE = u'''BEGIN:VCARD
|
||||
VERSION:3.0
|
||||
FN:Cyrus Daboo
|
||||
N:Daboo;Cyrus
|
||||
N:Daboo;Cyrus;;;
|
||||
ADR;TYPE=POSTAL:;2822 Email HQ;Suite 2821;RFCVille;PA;15213;USA
|
||||
EMAIL;TYPE=PREF:cyrus@example.com
|
||||
NICKNAME:me
|
||||
|
|
|
|||
Loading…
Reference in a new issue