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 8E277431FC2 for ; Sun, 19 Feb 2012 12:41:09 -0800 (PST) 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 AIZRA-S-CNhC for ; Sun, 19 Feb 2012 12:41:08 -0800 (PST) Received: from mail-we0-f181.google.com (mail-we0-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 38B88431FCB for ; Sun, 19 Feb 2012 12:41:08 -0800 (PST) Received: by werp13 with SMTP id p13so3514077wer.26 for ; Sun, 19 Feb 2012 12:41:05 -0800 (PST) Received-SPF: pass (google.com: domain of pieter@praet.org designates 10.180.92.226 as permitted sender) client-ip=10.180.92.226; Authentication-Results: mr.google.com; spf=pass (google.com: domain of pieter@praet.org designates 10.180.92.226 as permitted sender) smtp.mail=pieter@praet.org Received: from mr.google.com ([10.180.92.226]) by 10.180.92.226 with SMTP id cp2mr11856827wib.10.1329684065286 (num_hops = 1); Sun, 19 Feb 2012 12:41:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.92.226 with SMTP id cp2mr9915269wib.10.1329684065170; Sun, 19 Feb 2012 12:41:05 -0800 (PST) Received: from localhost (104.218-242-81.adsl-dyn.isp.belgacom.be. [81.242.218.104]) by mx.google.com with ESMTPS id fl2sm29206950wib.4.2012.02.19.12.41.04 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 19 Feb 2012 12:41:04 -0800 (PST) From: Pieter Praet To: Notmuch Mail Subject: [PATCH v2 1/4] test: emacs: rename subtest "Reply within emacs" Date: Sun, 19 Feb 2012 21:38:25 +0100 Message-Id: <1329683908-5435-2-git-send-email-pieter@praet.org> X-Mailer: git-send-email 1.7.8.1 In-Reply-To: <1329683908-5435-1-git-send-email-pieter@praet.org> References: <1310313335-4159-1-git-send-email-pieter@praet.org> <1329683908-5435-1-git-send-email-pieter@praet.org> X-Gm-Message-State: ALoCoQnUHXxs2zgtRTDlfmKh10MNh00UF0lJaLiE+JVyNp71eXH+5qTc4Up5t1qePYrpogKGKetY 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: Sun, 19 Feb 2012 20:41:10 -0000 Rename subtest "Reply within emacs" to "notmuch-search: replying to a thread (composing)" as its title is misleading: it populates a reply buffer but doesn't submit it. --- test/emacs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test/emacs b/test/emacs index b74cfa9..308d749 100755 --- a/test/emacs +++ b/test/emacs @@ -255,7 +255,7 @@ Subject: EOF test_expect_equal_file OUTPUT EXPECTED -test_begin_subtest "Reply within emacs" +test_begin_subtest "notmuch-search: replying to a thread (composing)" test_emacs '(notmuch-search "subject:\"testing message sent via SMTP\"") (notmuch-test-wait) (notmuch-search-reply-to-thread) -- 1.7.8.1