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

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

Date: Sat, 17 Jan 2015 11:44:52 +0100

To: Todd, notmuch@notmuchmail.org

Cc:

From: David Bremner


Todd <todd@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.

Thread: