debug VTODO and first tests running

This commit is contained in:
Cedric Boscher 2016-06-15 15:45:27 +02:00
parent 7981e67d96
commit a5d5cc8b2c
10 changed files with 116 additions and 7 deletions

View file

@ -304,8 +304,9 @@ def _time_range_match(vobject_item, filter_, child_name):
completed = completed.value
return start <= completed and end >= completed
elif created is not None:
# Line 7
created = created.value
return end < created
return end > created
else:
return True