diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-02-26 22:17:29 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-02-27 11:36:28 +0100 |
commit | 5501dae32874bf3f65f7619aa76c6a213bbce321 (patch) | |
tree | d5edc81f68f860aba6dd580eefd8c6ea393ec605 /test/appointment-004.sh | |
parent | 3d7fdaec584ad7080d187b8aa53c6546d9c1d8d7 (diff) | |
download | calcurse-5501dae32874bf3f65f7619aa76c6a213bbce321.zip |
test/: Add a couple of black-box tests for items
This introduces five test suite failures which will be fixed in one of
the following patches.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'test/appointment-004.sh')
-rwxr-xr-x | test/appointment-004.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/test/appointment-004.sh b/test/appointment-004.sh new file mode 100755 index 0000000..cbab131 --- /dev/null +++ b/test/appointment-004.sh @@ -0,0 +1,14 @@ +#!/bin/sh + +if [ "$1" = 'actual' ]; then + "$CALCURSE" --read-only -D "$DATA_DIR"/ -c "$DATA_DIR/apts-appointment-004" \ + -d02/23/2013 +elif [ "$1" = 'expected' ]; then + cat <<EOD +02/23/13: + - ..:.. -> 12:00 + Appointment +EOD +else + ./run-test "$0" +fi |