From a53422fedcfc232b6e4f4bb9cb24a622710dd5d5 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Wed, 8 Jun 2011 12:30:06 -0700 Subject: [PATCH] test/multipart: test for absence of "Non-text part:" lines in reply for multipart/* and message/rfc822 parts There's no reason to output "Non-text part:" lines for parts that are not leaf nodes, eg. multipart/* and message/rfc822. We fix the text here to test for their absence. The next patch will fix reply accordingly. --- test/multipart | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/multipart b/test/multipart index 3d02322f..5fba00da 100755 --- a/test/multipart +++ b/test/multipart @@ -575,14 +575,11 @@ In-Reply-To: <87liy5ap00.fsf@yoom.home.cworth.org> References: <87liy5ap00.fsf@yoom.home.cworth.org> On Fri, 05 Jan 2001 15:43:57 +0000, Carl Worth wrote: -Non-text part: multipart/signed -Non-text part: multipart/mixed > From: Carl Worth > To: cworth@cworth.org > Subject: html message > Date: Fri, 05 Jan 2001 15:42:57 +0000 > -Non-text part: multipart/alternative Non-text part: text/html > This is an embedded message, with a multipart/alternative part. > This is a text attachment. -- 2.43.0