• Jérome Perrin's avatar
    Base_asXML: sort properties in asXML · cc4128cf
    Jérome Perrin authored
    The order is used during syncml and if "title" comes before "first_name"
    and "last_name", synchronizing persons causes conflicts (because title
    of persons is computed from first_name and last_name).
    Luckily, sorting properties gives an order that is OK for syncml tests,
    so we don't need to invent a new mechanism to control the order of
    properties in asXML.
    cc4128cf
__init__.py 14.9 KB