X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FT190-multipart.sh;h=ad8d29eafcc69802f6226fa60be5860da056d887;hb=ee1f573204f87a0b2c20a193abf5c4d71e91f049;hp=a97dc282f10659c1dfd605a2249eeb1f7bf88287;hpb=0829bd4e5da82a14e003f4036592913adb00e243;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)"