diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2020-06-07 17:35:55 +0200 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2020-06-07 17:35:55 +0200 |
commit | ebc1bdf866561c8626a012792fef13e4a23187d7 (patch) | |
tree | 3fe9d964c088a245e93816821eed37ba4c6b1275 | |
parent | 6b7243ae3bc95307820068a8ba71417041410d34 (diff) | |
download | calendar-cli-ebc1bdf866561c8626a012792fef13e4a23187d7.zip |
wontfix https://github.com/tobixen/calendar-cli/issues/74
-rwxr-xr-x | tests/tests.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/tests.sh b/tests/tests.sh index 885329f..2a3e784 100755 --- a/tests/tests.sh +++ b/tests/tests.sh @@ -87,14 +87,6 @@ calendar_cli calendar add '2010-10-10+3d' 'whole day testing' uid=$(echo $output | perl -ne '/uid=(.*)$/ && print $1') [ -n "$uid" ] || error "got no UID back" -echo "## check for a date range bug" -calendar_cli --icalendar calendar agenda --from-time=2010-10-13 --agenda-days=1 -## the 3 day event should be over 10th, 11th and 12th of October, not over 13th of October, so if we get this one out it's actually a server bug? Or a timezone bug? -if [ -n "$output" ]; -then - echo "WARNING: We got out an event here, even though we probably shouldn't. A bug on the server side, calendar-cli side or python caldav side? Should be investigated! Ref https://github.com/tobixen/calendar-cli/issues/74" -fi - echo "## fetching the full day event, in ics format" calendar_cli --icalendar calendar agenda --from-time=2010-10-12 --agenda-days=1 |