http://bugs.meego.com/show_bug.cgi?id=1197
--- Comment #18 from pohly <patrick.ohly(a)intel.com> 2010-04-26 09:30:06 PDT ---
(In reply to comment #12)
(In reply to comment #11)
> (In reply to comment #8)
> > Some ideas:
> > 1. don't repeat tests with different data types that all get mapped
> > to the same SAN: if text/vcard fails, so will text/x-vcard
> > 2. once we found a valid SyncML version and host identifier, skip
> > testing with any combination which involved invalid parameters -
> > great, we already do that!
> >
> > Hmm, my statement in 1. isn't quite correct: once sending the SAN succeeds,
the
> > type does matter because it influences our DevInf sent to the device.
Actually,
> > the forced types are missing in the testing.
>
> Contrary to my expectations, "type = text/calendar" fails with the K750
while
> "type = text/x-vcalendar" works. Need to check.
Still need to check this
Done. Congwu, do you agree that there was a typo in the code?
commit b1b29f54a2186b6ee9f23d3b8ecf81dee6ea59f7
Author: Patrick Ohly <patrick.ohly(a)intel.com>
Date: Mon Apr 26 18:25:44 2010 +0200
SAN message: typo fix in text/calendar => text/x-vcalendar mapping (MBC
#1197)
The Sony Ericsson K750i accepts "text/x-vcalendar" as type in the SAN
message,
but not "text/calendar". We had code which was supposed to map to the older
type, but due to a typo ended up sending "text/x-calendar", which is
rejected.
Fixed.
and add forced types to the testing.
TBD.
--
Configure bugmail:
http://bugs.meego.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.