Commit 0981352
committed
Fix test: #7 broke test by re-adding DTEND to recurring events
- After #7, the length of recurring events is not made null
- This means that all-day recurring events now have a DTEND property
which is one day after the start day. This appears to be
intentional: an all-day recurring event on day N has DTSTART=(N) and
DTEND=(N+1). Furthermore, tests with Thunderbird and Google
Calendar report that the new (post-#7) behavior is imported
correctly.
- However, #7 has broken the tests, undetected to me. This fixes the
test by removing the check which is no longer needed.1 parent 68ec495 commit 0981352
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments