diff options
| author | David Bremner <david@tethera.net> | 2017-06-01 07:54:38 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-06-01 07:54:38 -0300 |
| commit | 1ec634461ea25d87cc16dbeb1318f8e30a07c9f1 (patch) | |
| tree | 5e76685ca5d91b8e2b444c35f3b67fcbff9e7bb7 /test | |
| parent | 6ac3d8c27f8edc8b3b84440900771053d6efd9dd (diff) | |
| parent | 2e86a4da55c29e0751d950839cdcbe40234ca8ba (diff) | |
Merge branch 'release'
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T610-message-property.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/T610-message-property.sh b/test/T610-message-property.sh index 65ff19dc..ba5f55da 100755 --- a/test/T610-message-property.sh +++ b/test/T610-message-property.sh @@ -209,6 +209,14 @@ EOF notmuch dump | grep '^#=' > OUTPUT test_expect_equal_file PROPERTIES OUTPUT +test_begin_subtest "dump _only_ message properties" +cat <<EOF > EXPECTED +#notmuch-dump batch-tag:3 properties +#= 4EFC743A.3060609@april.org fancy%20key%20with%20%c3%a1cc%c3%a8nts=import%20value%20with%20= testkey1=alice testkey1=bob testkey1=testvalue1 testkey1=testvalue2 testkey3=alice3 testkey3=bob3 testkey3=testvalue3 +EOF +notmuch dump --include=properties > OUTPUT +test_expect_equal_file EXPECTED OUTPUT + test_begin_subtest "restore missing message property (single line)" notmuch dump | grep '^#=' > BEFORE1 |
