]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch-test: Add test for "notmuch reply" with a CC header.
authorCarl Worth <cworth@cworth.org>
Thu, 4 Feb 2010 19:55:57 +0000 (11:55 -0800)
committerCarl Worth <cworth@cworth.org>
Thu, 4 Feb 2010 20:10:43 +0000 (12:10 -0800)
A simple test to help round out the set of tested features.

test/notmuch-test

index ed8d2ad4bd5843c7f77e1d6583988ee340135094..e24ccb5a8d149bc7675e1c25a73df65d2df1b723 100755 (executable)
@@ -320,6 +320,26 @@ References:  <${gen_msg_id}>
 On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender@example.com> wrote:
 > basic reply test"
 
+printf " Reply with CC...\t\t"
+generate_message '[from]="Sender <sender@example.com>"' \
+                 [to]=test_suite@notmuchmail.org \
+                 '[cc]="Other Parties <cc@example.com>"' \
+                 [subject]=notmuch-reply-test \
+                 '[date]="Tue, 05 Jan 2010 15:43:56 -0800"' \
+                 '[body]="reply with CC"'
+
+$NOTMUCH new > /dev/null
+execute_expecting "reply id:${gen_msg_id}" "From: Notmuch Test Suite <test_suite@notmuchmail.org>
+Subject: Re: notmuch-reply-test
+To: Sender <sender@example.com>
+Cc: Other Parties <cc@example.com>
+Bcc: test_suite@notmuchmail.org
+In-Reply-To: <${gen_msg_id}>
+References:  <${gen_msg_id}>
+
+On Tue, 05 Jan 2010 15:43:56 -0800, Sender <sender@example.com> wrote:
+> reply with CC"
+
 printf " Reply from alternate address..."
 generate_message '[from]="Sender <sender@example.com>"' \
                  [to]=test_suite_other@notmuchmail.org \