mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
Revert "test: add emacs test for hiding a message following an HTML part"
This reverts commit c6a3a768fe
.
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
This commit is contained in:
parent
ff91aeedc1
commit
32e656f473
1 changed files with 0 additions and 26 deletions
26
test/emacs
26
test/emacs
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue