vdirsyncer/tests
Markus Unterwaditzer 96d55c523c Fix semicolon bug
Fix #70

Also remove multiple parameters from vcard template. Android JB for
example converts this:

    Email: lol@lol (work)
    Email: lol@lol (home)

to this:

    EMAIL;TYPE=WORK:lol@lol

which is exactly what icalendar (our parser) does too. ownCloud on the
other hand converts this:

    EMAIL;TYPE=HOME,WORK:lol@lol

to this:

    EMAIL;TYPE=HOME;TYPE=WORK:lol@lol

So at this point it does not really matter anymore whether our behavior
is RFC-conform or not.
2014-05-30 17:11:47 +02:00
..
storage Some improvements to join_collection 2014-05-29 18:11:29 +02:00
utils Add testcase for #70 2014-05-30 16:53:22 +02:00
__init__.py Fix semicolon bug 2014-05-30 17:11:47 +02:00
test_cli.py Add storage_name parameter on storages 2014-05-27 18:37:37 +02:00
test_sync.py Copyright and contributor stuff 2014-05-22 12:50:43 +02:00