From: Dmitry Kurochkin Date: Thu, 26 May 2011 21:38:34 +0000 (+0400) Subject: test emacs: Add tests for hiding messages in notmuch-show view X-Git-Tag: debian/0.6_254~37 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=59b251ef940609dac7e17528065a39544463e0b4 test emacs: Add tests for hiding messages in notmuch-show view This test is expected to fail as it exposes a current bug, (which we hope to fix soon). --- diff --git a/test/emacs b/test/emacs index f2e95980..fa3426ed 100755 --- a/test/emacs +++ b/test/emacs @@ -196,4 +196,20 @@ Thanks for the advice! I will be sure to put it to good use. [ 9-line hidden original message. Click/Enter to show. ]" > EXPECTED test_expect_equal_file OUTPUT EXPECTED +test_begin_subtest "Hiding message in notmuch-show view" +output=$(test_emacs '(notmuch-show "id:f35dbb950911171438k5df6eb56k77b6c0944e2e79ae@mail.gmail.com") + (notmuch-show-toggle-message) + (princ (visible-buffer-string))') +expected=$(cat $EXPECTED/notmuch-show-thread-with-hidden-messages) +test_expect_equal "$output" "$expected" + +test_begin_subtest "Hiding message with visible citation in notmuch-show view" +output=$(test_emacs '(notmuch-show "id:f35dbb950911171438k5df6eb56k77b6c0944e2e79ae@mail.gmail.com") + (search-forward "Click/Enter to show.") + (button-activate (button-at (point))) + (notmuch-show-toggle-message) + (princ (visible-buffer-string))') +expected=$(cat $EXPECTED/notmuch-show-thread-with-hidden-messages) +test_expect_equal "$output" "$expected" + test_done diff --git a/test/emacs.expected-output/notmuch-show-thread-with-hidden-messages b/test/emacs.expected-output/notmuch-show-thread-with-hidden-messages new file mode 100644 index 00000000..5df66063 --- /dev/null +++ b/test/emacs.expected-output/notmuch-show-thread-with-hidden-messages @@ -0,0 +1,3 @@ +Jan Janak (2009-11-17) (inbox unread) + Jan Janak (2009-11-17) (inbox) + Carl Worth (2009-11-18) (inbox unread)