From 5605c4b1b9470b8416d0f4df87cfe91320bfb484 Mon Sep 17 00:00:00 2001 From: Ingo Karkat Date: Tue, 10 May 2011 12:17:39 +0200 Subject: [PATCH] Split off reprioritization from pri test. --- tests/t1200-pri.sh | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/tests/t1200-pri.sh b/tests/t1200-pri.sh index c504ef0..7d633cc 100755 --- a/tests/t1200-pri.sh +++ b/tests/t1200-pri.sh @@ -53,6 +53,25 @@ TODO: 2 prioritized (C). -- TODO: 3 of 3 tasks shown +>>> todo.sh add "smell the coffee +wakeup" +4 smell the coffee +wakeup +TODO: 4 added. + +>>> todo.sh -p list +1 (B) smell the uppercase Roses +flowers @outside +2 (C) notice the sunflowers +4 smell the coffee +wakeup +3 stop +-- +TODO: 4 of 4 tasks shown +EOF + +cat > todo.txt <>> todo.sh pri 2 A 2 (A) notice the sunflowers TODO: 2 prioritized (A). @@ -73,18 +92,5 @@ TODO: 2 prioritized (A). 1 (B) smell the uppercase Roses +flowers @outside -- TODO: 2 of 3 tasks shown - ->>> todo.sh add "smell the coffee +wakeup" -4 smell the coffee +wakeup -TODO: 4 added. - ->>> todo.sh -p list -2 (A) notice the sunflowers -1 (B) smell the uppercase Roses +flowers @outside -4 smell the coffee +wakeup -3 stop --- -TODO: 4 of 4 tasks shown EOF - test_done