[PATCH v3 1/5] Add failing unit tests for indexed mime types

David Bremner david at tethera.net
Sat Jan 17 02:44:52 PST 2015


Todd <todd at electricoding.com> writes:
> +test_begin_subtest "search for non-existent mime-type"
> +test_subtest_known_broken
> +output=$(notmuch search mimetype:non-existent/mime-type | notmuch_search_sanitize)
> +test_expect_equal "$output" ""
> +

This one is not in fact broken, since the search silently returns
nothing in either case.  Not sure if others have stricter ideas, but for
me it would be ok to remote this one test_subtest_known_broken and note
the situation in the commit message.


More information about the notmuch mailing list