]> git.cworth.org Git - obsolete/notmuch-old/commitdiff
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)
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.


No differences found