Commit graph

5 commits

Author SHA1 Message Date
Patrick Ohly
6f08c6de8d testing: ignore Google CalDAV backslash encoding problem
Google CalDAV server does not handle \\\n properly. It adds
an extra backslash. Avoid this aspect of the test case because
a fix on the server side has been slow in coming.

eds_event.ics.googlecalendar.tem.patch is used with
Client::Sync::eds_event and Google CalDAV as server. google_event.ics
is used for Client::Source::google_caldav.
2014-02-12 12:52:09 +01:00
Patrick Ohly
ea6ad8bdab testing: fixed iCalendar 2.0 test data
CREATED must be UTC, but was missing the Z suffix in some cases. Found
after updating to latest Apple Calendar server, which checks this.
2011-08-26 08:31:40 +00:00
Patrick Ohly
78955078fa testing: remove "meeting invitation" from Google CalDAV test cases
The Google server seems to think that it can take over meeting
acceptance/decline handling when new events are stored on the server.

For example, PARTSTAT=ACCEPTED gets replaced with PARTSTAT=NEEDS-ACTION.
It has also been observed that participants and organizer get overwritten.

This needs further investigation, see BMC #19484. In the meantime I am
removing the problematic test case to get the testImport test to pass.
2011-06-17 12:10:54 +02:00
Patrick Ohly
3af81dbac4 CalDAV + Google: testImport passes
Adapted test cases and synccompare to not flag the changes
introduced by the Google CalDAV server as invalid data changes.
2011-05-10 15:59:12 +02:00
Patrick Ohly
53e6d67cf5 CalDAV + Google: start using separate test cases
Currently identical to eds_event.ics. Use this with
"CLIENT_TEST_WEBDAV=google caldav testcases=testcases/google_event.ics"

Will be modified in further commits to let testImport pass without
differences.
2011-05-10 15:58:57 +02:00