From aff7a93582ce36599a9a6402c7f117fd6946045e Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Wed, 14 May 2014 16:10:33 +0200 Subject: [PATCH] owncloud requires UIDs --- tests/storage/dav/test_main.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/storage/dav/test_main.py b/tests/storage/dav/test_main.py index edfff27..fdcdfc3 100644 --- a/tests/storage/dav/test_main.py +++ b/tests/storage/dav/test_main.py @@ -45,6 +45,7 @@ TEL;TYPE=WORK;TYPE=VOICE:412 605 0499 TEL;TYPE=FAX:412 605 0705 URL:http://www.example.com X-SOMETHING:{r} +UID:{r} END:VCARD''' @@ -58,6 +59,7 @@ LAST-MODIFIED;VALUE=DATE-TIME:20140122T151338Z SEQUENCE:2 SUMMARY:Book: Kowlani - Tödlicher Staub X-SOMETHING:{r} +UID:{r} END:VTODO END:VCALENDAR''' @@ -70,6 +72,7 @@ DTSTART:19970714T170000Z DTEND:19970715T035959Z SUMMARY:Bastille Day Party X-SOMETHING:{r} +UID:{r} END:VEVENT END:VCALENDAR''' @@ -175,6 +178,7 @@ class TestCaldavStorage(DavStorageTests): DTEND:19970715T035959Z SUMMARY:Bastille Day Party X-SOMETHING:{r} + UID:{r} END:VEVENT END:VCALENDAR ''').strip()) @@ -188,6 +192,7 @@ class TestCaldavStorage(DavStorageTests): DTEND:20150715T035959Z SUMMARY:Another Bastille Day Party X-SOMETHING:{r} + UID:{r} END:VEVENT END:VCALENDAR ''').strip()) @@ -201,6 +206,7 @@ class TestCaldavStorage(DavStorageTests): DTEND:20130912T035959Z SUMMARY:What's with all these Bastille Day Partys X-SOMETHING:{r} + UID:{r} END:VEVENT END:VCALENDAR ''').strip())