diff options
author | David Bremner <bremner@debian.org> | 2011-12-15 08:00:08 -0400 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2011-12-15 08:00:08 -0400 |
commit | 32e656f473a47ae4471a055d668fdcfb35531ceb (patch) | |
tree | f17dee71c632b266f115a07587a6673fe29ec389 /test | |
parent | ff91aeedc170b15ea26c68e514b8279ca3ebd3b6 (diff) |
Revert "test: add emacs test for hiding a message following an HTML part"
This reverts commit c6a3a768fef9f59f483af04f4418d350efc27968.
This test is unreliable, showing BROKEN in some environments and FIXED
in others. The confusion seems to outweigh the benefits, for now.
Conflicts:
test/emacs
Diffstat (limited to 'test')
-rwxr-xr-x | test/emacs | 26 |
1 files changed, 0 insertions, 26 deletions
@@ -414,32 +414,6 @@ test_emacs '(notmuch-search "id:\"bought\"") sed -i -e 's/^thread:.*$/thread:XXX/' OUTPUT test_expect_equal "$(cat OUTPUT)" "thread:XXX" -test_begin_subtest 'Hiding message following HTML part' -test_subtest_known_broken -id='html-message@notmuchmail.org' -emacs_deliver_message \ - 'HTML message' \ - '' \ - "(message-goto-eoh) - (insert \"Message-ID: <$id>\n\") - (message-goto-body) - (mml-insert-part \"text/html\") - (insert \"<body>This is a test HTML message</body>\")" -emacs_deliver_message \ - 'Reply to HTML message' \ - 'This is a reply to the test HTML message' \ - "(message-goto-eoh) - (insert \"In-Reply-To: <$id>\n\")" -test_emacs "(notmuch-show \"id:$id\") \ - (notmuch-show-next-message) \ - (command-execute (key-binding (kbd \"RET\"))) \ - (test-visible-output)" -test_emacs "(notmuch-show \"id:$id\") \ - (notmuch-show-next-message) \ - (notmuch-show-toggle-message) \ - (test-visible-output \"EXPECTED\")" -test_expect_equal_file OUTPUT EXPECTED - test_begin_subtest 'notmuch-show-advance-and-archive with invisible signature' message1='id:20091118010116.GC25380@dottiness.seas.harvard.edu' message2='id:1258491078-29658-1-git-send-email-dottedmag@dottedmag.net' |