Commit graph

7 commits

Author SHA1 Message Date
Patrick Ohly
1f9eda8359 testing: make Mobical eds_events testItems test pass
Mobical seems to have switched its time handling. Several floating
time stamps are converted to UTC, using the time zone set on the
server.

This breaks all-day detection and EXDATEs. This used to work in the
past (http://bugzilla.moblin.org/web/bug_report_3009.html). Instead of
trying to find further workarounds, let's give up and declare these
aspects as unsupported: README updated, test data simplified.
2011-08-18 09:32:13 +00:00
Patrick Ohly
473ef50b0a Mobical.net: nightly tests do not complete when preventSlowSync is active
We are running all tests without preventSlowSync (manual configuration
change), because the server turns all sync modes into a slow sync if
the server's database is emtpy. That's okay, but confuses the client
and tests fails when the slow sync is prevented.
2010-12-07 09:18:51 +01:00
Zhu, Yongsheng
46a3ed30ee Mobical: skip unit test testOneWayFromClient(MB#8121)
Mobical has a known server issue that it initiates a
slow sync when one client syncs with it in one-way-from-client
mode from the second time.

Because Mobical has no schedule on this, we skip this
test for Mobical interoperability test.
2009-12-01 21:42:41 +01:00
Patrick Ohly
5476574ef0 Mobical: PHOTOs preserved verbatim (MB#6668)
Originally, testing against Mobical led to the conclusion that
   'PHOTO' is compressed by server but still be correct
and checking of the PHOTO property was disabled in synccompare.

Later it was found that there were decoding (Mobical
not standard compliant) and encoding (libsynthesis not
compliant when folding was off) issues (MB#6668), fixed in
libsynthesis now.

Automated testing no longer falls over a modified PHOTO property.
Either the compression is not triggered for this photo, or
something has changed. In any case, this patch enables comparison
of the PHOTO property again, because that is necessary to cover
these encoding issues.
2009-10-15 15:07:31 +02:00
Patrick Ohly
d9fea58622 NEWS/Mobical.net: note about password, mention SQLite backend
Mobical.net requires special attention regarding their web
and SyncML passwords, which are different.

The SQLite backend works again.
2009-10-01 15:01:21 +02:00
Zhu, Yongsheng
b338591bae Testing: added Mobical.net in nightly test
Mobical.net supports 4 kinds of PIMs, e.g.,
contacts, calendar, task and memo.
Enable them in nightly test
2009-08-24 15:18:56 +02:00
Zhu, Yongsheng
fe202f27d3 Mobical: Add new suppressions to synccompare, README.mobical and test
cases patches (Bug#3009)

1. Add new suppressions to synccompare for vcard21, ical20, itodo20 and
text.
2. Add README.mobical for mobical interoperability test results
3. Add 3 test patches for vcard21, ical20, itodo20
2009-08-13 09:09:19 +08:00