summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTobias Brox <t@tobixen.no>2015-04-25 09:12:50 +0200
committerTobias Brox <t@tobixen.no>2015-04-25 09:12:50 +0200
commit955f57d4c7282a7dd9c05793572b4874b458c9f0 (patch)
treec29d7b9e885edf01fb533c1dd0b9f8fdd31bd8e0 /tests
parent1779d4da1976dfa8285d609ed8e88e97397d45da (diff)
downloadcalendar-cli-955f57d4c7282a7dd9c05793572b4874b458c9f0.zip
working on todo
Diffstat (limited to 'tests')
-rwxr-xr-xtests/script_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/script_test.sh b/tests/script_test.sh
index 6dba2cb..001bb3a 100755
--- a/tests/script_test.sh
+++ b/tests/script_test.sh
@@ -46,7 +46,7 @@ calendar_cli calendar agenda --from-time=2010-10-09 --agenda-days=4
echo $output | { grep -q 'testing testing' && echo "## OK: found the event" ; } || echo "## FAIL: didn't find the event"
echo "## Taking out the agenda for 2010-10-10, with uid"
-calendar_cli calendar agenda --from-time=2010-10-10 --agenda-days=1 --event-template='{dstart_sql} {uid}'
+calendar_cli calendar agenda --from-time=2010-10-10 --agenda-days=1 --event-template='{dstart} {uid}'
echo $output | { grep -q $uid2 && echo "## OK: found the UID" ; } || echo "## FAIL: didn't find the UID"
echo "## Deleting events with uid $uid $uid1 $uid2"