mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
test: test for absence of "Non-text part: application/pgp-*" lines in reply
In reply, the quoted text does not need to mention that the original message had "application/pgp-signed" or "application/pgp-encrypted" parts.
This commit is contained in:
parent
c75410fd81
commit
5d21d5ea0c
2 changed files with 0 additions and 3 deletions
|
@ -309,8 +309,6 @@ expected='From: Notmuch Test Suite <test_suite@notmuchmail.org>
|
||||||
Subject: Re: test encrypted message 002
|
Subject: Re: test encrypted message 002
|
||||||
|
|
||||||
On 01 Jan 2000 12:00:00 -0000, Notmuch Test Suite <test_suite@notmuchmail.org> wrote:
|
On 01 Jan 2000 12:00:00 -0000, Notmuch Test Suite <test_suite@notmuchmail.org> wrote:
|
||||||
Non-text part: multipart/encrypted
|
|
||||||
Non-text part: application/pgp-encrypted
|
|
||||||
> This is another test encrypted message.'
|
> This is another test encrypted message.'
|
||||||
test_expect_equal \
|
test_expect_equal \
|
||||||
"$output" \
|
"$output" \
|
||||||
|
|
|
@ -586,7 +586,6 @@ Non-text part: text/html
|
||||||
> And this message is signed.
|
> And this message is signed.
|
||||||
>
|
>
|
||||||
> -Carl
|
> -Carl
|
||||||
Non-text part: application/pgp-signature
|
|
||||||
EOF
|
EOF
|
||||||
test_expect_equal_file OUTPUT EXPECTED
|
test_expect_equal_file OUTPUT EXPECTED
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue