[PATCH 1/2] test: add more informative titles to restore --accumulate tests

Tomi Ollila tomi.ollila at iki.fi
Sat Nov 17 08:40:08 PST 2012


On Sat, Nov 17 2012, david at tethera.net wrote:

> From: David Bremner <bremner at debian.org>
>
> Thanks to Ethan for the suggestion.
> ---

LGTM -- with an added bonus of known misspelling gone in commit message ;)

Tomi
 
>  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
>
> _______________________________________________
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


More information about the notmuch mailing list