summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-07-26 12:39:03 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-07-26 12:39:03 +0000
commitdee150930d1967ab36c0a0c1acd34648e5d7a04c (patch)
treedc7c869e6c175ed519a9bdbcc41aa7535283e342
parentd50ab2a1b7cbfc245b68c31fc3d67c4ae4dc7e11 (diff)
downloadmailutils-dee150930d1967ab36c0a0c1acd34648e5d7a04c.tar.gz
mailutils-dee150930d1967ab36c0a0c1acd34648e5d7a04c.tar.bz2
New tests
-rw-r--r--mailbox/testsuite/mailbox/list.exp30
1 files changed, 30 insertions, 0 deletions
diff --git a/mailbox/testsuite/mailbox/list.exp b/mailbox/testsuite/mailbox/list.exp
index 6c15b1425..b9f628f2c 100644
--- a/mailbox/testsuite/mailbox/list.exp
+++ b/mailbox/testsuite/mailbox/list.exp
@@ -146,6 +146,36 @@ mailbox_prog_test "print" \
"to" \
"fem"
+mailbox_prog_command "ins before 3 1"
+mailbox_prog_test "print" \
+ "1" \
+ "3" \
+ "dwa" \
+ "zero" \
+ "jeden" \
+ "cero" \
+ "un" \
+ "dos" \
+ "en" \
+ "to" \
+ "fem"
+
+mailbox_prog_command "ins before 3 2"
+mailbox_prog_test "print" \
+ "1" \
+ "2" \
+ "3" \
+ "dwa" \
+ "zero" \
+ "jeden" \
+ "cero" \
+ "un" \
+ "dos" \
+ "en" \
+ "to" \
+ "fem"
+
+
mailbox_prog_send "quit"
mailbox_prog_stop

Return to:

Send suggestions and report system problems to the System administrator.