]> git.notmuchmail.org Git - notmuch/commit
test: Add failing unit tests for indexed mime types
authorTodd <todd@electricoding.com>
Thu, 22 Jan 2015 23:43:36 +0000 (17:43 -0600)
committerDavid Bremner <david@tethera.net>
Sat, 24 Jan 2015 15:47:38 +0000 (16:47 +0100)
commit0829bd4e5da82a14e003f4036592913adb00e243
treeac9c49adfac404181bfff7b536a78aa2044b50ac
parentcc3d25dd341c7ac687d4df085bbffeab995cdef4
test: Add failing unit tests for indexed mime types

Adds three failing unit tests for searching of mime-types.

An attempt was made at adding a negative test (i.e. searching for a
non-existent mime-type and ensuring it didn't return a message), but
that test would always pass making it pointless.
test/T190-multipart.sh