[PATCH v4 2/2] emacs: Test for thread-outlining

Daniel Schoepe daniel at schoepe.org
Fri Dec 16 16:35:26 PST 2011


From: Daniel Schoepe <daniel.schoepe at googlemail.com>

---
 test/emacs                                         |    7 +++++++
 .../notmuch-show-thread-outline                    |    7 +++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 test/emacs.expected-output/notmuch-show-thread-outline

diff --git a/test/emacs b/test/emacs
index 6e922de..f986d3c 100755
--- a/test/emacs
+++ b/test/emacs
@@ -71,6 +71,13 @@ test_emacs "(let ((notmuch-indent-messages-width 4))
 	      (test-output))"
 test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-maildir-storage-with-fourfold-indentation
 
+test_begin_subtest "Thread outlining in notmuch-show"
+maildir_storage_thread=$(notmuch search --output=threads id:20091117190054.GU3165 at dottiness.seas.harvard.edu)
+test_emacs "(notmuch-show \"$maildir_storage_thread\") (notmuch-show-outline)
+	    (switch-to-buffer notmuch-show-outline-buffer)
+	    (test-output)"
+test_expect_equal_file OUTPUT $EXPECTED/notmuch-show-thread-outline
+
 test_begin_subtest "notmuch-show for message with invalid From"
 add_message "[subject]=\"message-with-invalid-from\"" \
 	    "[from]=\"\\\"Invalid \\\" From\\\" <test_suite at notmuchmail.org>\""
diff --git a/test/emacs.expected-output/notmuch-show-thread-outline b/test/emacs.expected-output/notmuch-show-thread-outline
new file mode 100644
index 0000000..b210ba7
--- /dev/null
+++ b/test/emacs.expected-output/notmuch-show-thread-outline
@@ -0,0 +1,7 @@
+Lars Kellogg-Stedman <lars at seas.harvard.edu> - 2009-11-17
+ Mikhail Gusarov <dottedmag at dottedmag.net> - 2009-11-17
+  Lars Kellogg-Stedman <lars at seas.harvard.edu> - 2009-11-17
+   "Mikhail Gusarov" <dottedmag at dottedmag.net> - 2009-11-17
+   "Keith Packard" <keithp at keithp.com> - 2009-11-17
+    Lars Kellogg-Stedman <lars at seas.harvard.edu> - 2009-11-18
+ "Carl Worth" <cworth at cworth.org> - 2009-11-18
-- 
1.7.7.3



More information about the notmuch mailing list