Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id B0408429E25 for ; Fri, 13 May 2011 08:08:15 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PqB2E1s8sIQt for ; Fri, 13 May 2011 08:08:14 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 0C6A8429E2F for ; Fri, 13 May 2011 08:08:11 -0700 (PDT) Received: by mail-wy0-f181.google.com with SMTP id 11so2198850wyi.26 for ; Fri, 13 May 2011 08:08:11 -0700 (PDT) Received: by 10.216.143.74 with SMTP id k52mr1506596wej.0.1305299291573; Fri, 13 May 2011 08:08:11 -0700 (PDT) Received: from localhost (54.209-242-81.adsl-dyn.isp.belgacom.be [81.242.209.54]) by mx.google.com with ESMTPS id f52sm1190803wes.35.2011.05.13.08.08.09 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 13 May 2011 08:08:10 -0700 (PDT) From: Pieter Praet To: Notmuch Mail Subject: [PATCH 2/3] test: emacs: add subtest "Verify that 'replied' tag is added to reply's parent message." Date: Fri, 13 May 2011 17:07:49 +0200 Message-Id: <1305299270-4316-2-git-send-email-pieter@praet.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1305299270-4316-1-git-send-email-pieter@praet.org> References: <1305275652-22956-1-git-send-email-pieter@praet.org> <1305299270-4316-1-git-send-email-pieter@praet.org> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2011 15:08:16 -0000 Signed-off-by: Pieter Praet --- test/emacs | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/test/emacs b/test/emacs index 18d8322..c0fba52 100755 --- a/test/emacs +++ b/test/emacs @@ -142,6 +142,10 @@ On Fri, 29 Mar 1974 10:00:00 -0000, Notmuch Test Suite /dev/null # update message count +output=$(notmuch search 'tag:replied' | notmuch_search_sanitize) +test_expect_equal "$output" "thread:XXX 1974-03-29 [1/2] Notmuch Test Suite; Testing message sent via SMTP (inbox replied)" test_begin_subtest "Save attachment from within emacs" echo "./attachment" | test_emacs '(notmuch-show "id:cf0c4d610911171136h1713aa59w9cf9aa31f052ad0a@mail.gmail.com") (notmuch-show-save-attachments)' > /dev/null 2>&1 -- 1.7.4.1