[PATCH v2 1/8] test: Fix typo in test description

Subject: [PATCH v2 1/8] test: Fix typo in test description

Date: Tue, 6 Mar 2012 18:48:37 +0000

To: notmuch@notmuchmail.org

Cc:

From: Austin Clements


Part 4 is a multipart, not an html part.
---
 test/multipart |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/multipart b/test/multipart
index a3036b4..d36a65d 100755
--- a/test/multipart
+++ b/test/multipart
@@ -496,7 +496,7 @@ test_subtest_known_broken
 notmuch show --format=raw --part=3 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
 test_expect_equal_file OUTPUT embedded_message
 
-test_begin_subtest "--format=raw --part=4, rfc822's html part"
+test_begin_subtest "--format=raw --part=4, rfc822's multipart"
 notmuch show --format=raw --part=4 'id:87liy5ap00.fsf@yoom.home.cworth.org' >OUTPUT
 cat <<EOF >EXPECTED
 <p>This is an embedded message, with a multipart/alternative part.</p>
-- 
1.7.7.3


Thread: