From: Jameson Graef Rollins Date: Wed, 8 Jun 2011 19:30:08 +0000 (-0700) Subject: test: test for absence of "Non-text part: application/pgp-*" lines in reply X-Git-Tag: 0.9~11 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=5d21d5ea0c6d2113aab9eb7f29463b09e7eacca5 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. --- 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 Subject: Re: test encrypted message 002 On 01 Jan 2000 12:00:00 -0000, Notmuch Test Suite 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