Tests: Removed unused code

This commit is contained in:
Paul Beckingham 2015-04-05 13:21:20 -04:00
parent d31227d2e2
commit 826769bcd9

View file

@ -82,9 +82,6 @@ like ($output, qr/Deleted 1 task\./, '3 deleted');
# TODO Delete a recurring task. # TODO Delete a recurring task.
#$output = qx{echo 'y' | ../src/task rc:recur.rc 4 delete 2>&1}; #$output = qx{echo 'y' | ../src/task rc:recur.rc 4 delete 2>&1};
#diag ('---');
#diag ($output);
#diag ('---');
# TODO Wait a recurring task # TODO Wait a recurring task
# TODO Upgrade a task to a recurring task # TODO Upgrade a task to a recurring task