[PATCH 1/6] test: emacs: rename subtest "Reply within emacs" to "Compose reply in emacs"

Subject: [PATCH 1/6] test: emacs: rename subtest "Reply within emacs" to "Compose reply in emacs"

Date: Sun, 10 Jul 2011 17:55:30 +0200

To: Notmuch Mail

Cc:

From: Pieter Praet


The test populates a reply buffer but doesn't really submit it,
so its title is misleading.

Signed-off-by: Pieter Praet <pieter@praet.org>
---
 test/emacs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/emacs b/test/emacs
index 53f455a..ac3a246 100755
--- a/test/emacs
+++ b/test/emacs
@@ -239,7 +239,7 @@ Subject:
 EOF
 test_expect_equal_file OUTPUT EXPECTED
 
-test_begin_subtest "Reply within emacs"
+test_begin_subtest "Compose reply in emacs"
 test_emacs '(notmuch-search "subject:\"testing message sent via SMTP\"")
 	    (notmuch-test-wait)
 	    (notmuch-search-reply-to-thread)
-- 
1.7.5.4


Thread: