]> git.cworth.org Git - notmuch/commit
test: add two emacs tests for show mode refresh
authorJameson Graef Rollins <jrollins@finestructure.net>
Sun, 9 Oct 2011 03:21:26 +0000 (20:21 -0700)
committerDavid Bremner <bremner@debian.org>
Sun, 9 Oct 2011 11:26:08 +0000 (08:26 -0300)
commit808fbff530319fe841f2f3c5b607d2ce3f0c424d
treead6637064aa9fb7339c52da3d7259f4e9ed14c02
parent918b8740df20b61bbae229a6a46928446d431ed0
test: add two emacs tests for show mode refresh

The first test tests that the notmuch-show-refresh-view function
produces the exact same output for an unmodified show buffer.  This
test should pass since the relevant functionality has already been
applied.

The second test tests show refresh for a show buffer that has been
modified by navigation and message visibility toggling.  Ideally
refresh-view should preserve this state of the notmuch-show buffer.
Unfortunately it currently does not, so this test is know to be broken
and is marked as such.
test/emacs