http://bugzilla.moblin.org/show_bug.cgi?id=3009
--- Comment #27 from yongsheng zhu <yongsheng.zhu(a)intel.com> 2009-07-24 00:03:30
---
Calendar:
mobical.net only support vcalendar1.0 format. so conversion between 2.0 and 1.0
lose some information. Still, many properties' value are represented in
different ways but they have the same meaning in semantics.
14 failed cases(excluding retry and suspend)
Client::Sync::ical20::testRefreshFromClientSync
Client::Sync::ical20::testRefreshStatus
-- same as comment #20.
Client::Sync::ical20::testItemsXML
-- issues in xml mode, same as comment #12
Client::Sync::ical20::testOneWayFromServer
-- see comment#25, assertion failed issue
Client::Sync::ical20::testCopy
Client::Sync::ical20::testDelete
Client::Sync::ical20::testAddUpdate
Client::Sync::ical20::testManyItems
Client::Sync::ical20::testItems
Client::Sync::ical20::testUpdate
Client::Sync::ical20::testMerge
Client::Sync::ical20::testTwinning
Client::Sync::ical20::testMaxMsg
Client::Sync::ical20::testLargeObject
-- these failures are due to different output with expected result. They have
one or some of below reasons:
1 properties are not accepted by server: TRANSP, SEQUENCE,
UID,RECURRENCE-ID, ATTENDEE,ORGANIZER
2 properties are lost by server though it declares to support it: CLASS
3 timezone component in ical20 will be converted into 'TZ' and
'DAYLIGHT' in
the client side and they are not reserved by server since all time are
converted to UTC time.
4 'EXDATE': It has the same interpretation as scheduleworld but different
from evolution for a specified time. Another issue is same as funambol:
'EXDATE:20060407' -> 'EXDATE:20060407T000000Z'
5 'RRULE': RRULE's parameter 'UNTIL' is changed from relative time
to UTC
time, e.g, '20060407' -> '20060407T000000Z'
When 'FREQ=MONTHLY', 'rrule' is lost in the client before sending it to
server.
Task: 14 failed cases(excluding retry and suspend)
Client::Sync::itodo20::testRefreshFromClientSync
Client::Sync::itodo20::testRefreshStatus
-- the reason is the same as comment #20.
Client::Sync::itodo20::testOneWayFromServer
-- see comment #25, assertion failed issue
Client::Sync::itodo20::testItemsXML
-- in xml mode, same as comment #12
Client::Sync::itodo20::testCopy
Client::Sync::itodo20::testDelete
Client::Sync::itodo20::testAddUpdate
Client::Sync::itodo20::testManyItems
Client::Sync::itodo20::testUpdate
Client::Sync::itodo20::testMerge
Client::Sync::itodo20::testTwinning
Client::Sync::itodo20::testMaxMsg
Client::Sync::itodo20::testItems
Client::Sync::itodo20::testLargeObject
-- When 'PRIORITY' value is equal '0', it is not reserved by server
-- properties are not accepted by server: UID, DTSTART,
PERCENT-COMPLETE,SEQUENCE, URL,
-- date-time with timezone will be converted into UTC time and timezone
information will be discarded in client side
Note: 5 failed cases(excluding retry)
Client::Sync::text::testRefreshFromClientSync
Client::Sync::text::testRefreshStatus
-- the reason is the same as comment #20.
Client::Sync::text::testItemsXML
-- in xml mode, same as comment #12
Client::Sync::text::testDelete
Client::Sync::text::testOneWayFromServer
-- see comment #25, assertion failed issue
--
Configure bugmail:
http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.