diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2011-06-08 12:30:08 -0700 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2011-10-06 10:13:20 -0300 |
commit | 5d21d5ea0c6d2113aab9eb7f29463b09e7eacca5 (patch) | |
tree | 9e36909a7604f3f0c5f1030b58e0d7935d948d06 /test | |
parent | c75410fd81878ccb9f3fa3878507e5650de5fa3f (diff) |
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.
Diffstat (limited to 'test')
-rwxr-xr-x | test/crypto | 2 | ||||
-rwxr-xr-x | test/multipart | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/test/crypto b/test/crypto index b49a4e05..0af4aa8a 100755 --- a/test/crypto +++ b/test/crypto @@ -309,8 +309,6 @@ expected='From: Notmuch Test Suite <test_suite@notmuchmail.org> Subject: Re: test encrypted message 002 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.' test_expect_equal \ "$output" \ diff --git a/test/multipart b/test/multipart index 5fba00da..f83526bb 100755 --- a/test/multipart +++ b/test/multipart @@ -586,7 +586,6 @@ Non-text part: text/html > And this message is signed. > > -Carl -Non-text part: application/pgp-signature EOF test_expect_equal_file OUTPUT EXPECTED |