X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT190-multipart.sh;h=ad8d29eafcc69802f6226fa60be5860da056d887;hb=b04bc967f9837e9d451ef88c276c744aa55accaa;hp=a97dc282f10659c1dfd605a2249eeb1f7bf88287;hpb=0de999aab5bd4cd44bc4ea76fd1d25172bd839ae;p=notmuch diff --git a/test/T190-multipart.sh b/test/T190-multipart.sh index a97dc282..ad8d29ea 100755 --- a/test/T190-multipart.sh +++ b/test/T190-multipart.sh @@ -752,17 +752,14 @@ notmuch show --format=json --include-html id:htmlmessage > OUTPUT test_expect_equal_json "$(cat OUTPUT)" "$(cat EXPECTED.withhtml)" test_begin_subtest "indexes mime-type #1" -test_subtest_known_broken output=$(notmuch search mimetype:application/unique_identifier | notmuch_search_sanitize) test_expect_equal "$output" "thread:XXX 2014-01-12 [1/1] Todd; odd content types (inbox unread)" test_begin_subtest "indexes mime-type #2" -test_subtest_known_broken output=$(notmuch search mimetype:text/some_other_identifier | notmuch_search_sanitize) test_expect_equal "$output" "thread:XXX 2014-01-12 [1/1] Todd; odd content types (inbox unread)" test_begin_subtest "indexes mime-type #3" -test_subtest_known_broken output=$(notmuch search from:todd and mimetype:multipart/alternative | notmuch_search_sanitize) test_expect_equal "$output" "thread:XXX 2014-01-12 [1/1] Todd; odd content types (inbox unread)"