mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-31 09:55:55 +00:00
Add testcase for #194
This commit is contained in:
parent
e80f10aa99
commit
4d3f02b618
1 changed files with 4 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ def test_join_collection_vevents(benchmark):
|
|||
actual = benchmark(lambda: vobject.join_collection([
|
||||
dedent("""
|
||||
BEGIN:VCALENDAR
|
||||
VERSION:2.0
|
||||
PRODID:HUEHUE
|
||||
BEGIN:VTIMEZONE
|
||||
VALUE:The Timezone
|
||||
END:VTIMEZONE
|
||||
|
|
@ -70,6 +72,8 @@ def test_join_collection_vevents(benchmark):
|
|||
|
||||
expected = dedent("""
|
||||
BEGIN:VCALENDAR
|
||||
VERSION:2.0
|
||||
PRODID:HUEHUE
|
||||
BEGIN:VTIMEZONE
|
||||
VALUE:The Timezone
|
||||
END:VTIMEZONE
|
||||
|
|
|
|||
Loading…
Reference in a new issue