[PATCH 1/2] test: add more informative titles to restore --accumulate tests
david at tethera.net
david at tethera.net
Sat Nov 17 06:30:30 PST 2012
From: David Bremner <bremner at debian.org>
Thanks to Ethan for the suggestion.
---
test/dump-restore | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/dump-restore b/test/dump-restore
index f25f7cf..7acf7fe 100755
--- a/test/dump-restore
+++ b/test/dump-restore
@@ -39,12 +39,12 @@ test_expect_success 'Restore with nothing to do' \
notmuch dump > dump.actual &&
test_cmp dump.expected dump.actual'
-test_expect_success 'Restore with nothing to do, II' \
+test_expect_success 'Accumulate with existing tags' \
'notmuch restore --accumulate --input=dump.expected &&
notmuch dump > dump.actual &&
test_cmp dump.expected dump.actual'
-test_expect_success 'Restore with nothing to do, III' \
+test_expect_success 'Accumulate with no tags' \
'notmuch restore --accumulate < clear.expected &&
notmuch dump > dump.actual &&
test_cmp dump.expected dump.actual'
--
1.7.10.4
More information about the notmuch
mailing list