]> git.notmuchmail.org Git - notmuch/commit
test: Fix HTML rendering test
authorAustin Clements <amdragon@MIT.EDU>
Mon, 12 Nov 2012 01:12:07 +0000 (20:12 -0500)
committerDavid Bremner <bremner@debian.org>
Thu, 15 Nov 2012 22:15:10 +0000 (18:15 -0400)
commit3ac76816c51b6d989470ba470ba868fa2eb93b23
tree1daafecf34e706001c8be8e8411489539eb304a5
parent87a05adba3b2f4b57f0efb138b0a601d3eb48ade
test: Fix HTML rendering test

The test designed to exercise Emacs' rendering of HTML emails
containing images inadvertently assumed w3m was available under Emacs
23.  The real point of this test was to check that Emacs 24's shr
renderer didn't crash when given img tags, so use shr if it's
available, html2text otherwise (which is built in), and do only a
simple sanity check of the result.
test/emacs