X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fthread-replies;h=eeb70d06071459b8af03418ffeeccdda70729274;hp=5fc5eedde9da7ca2d9fccd5db46d4e395fd1df68;hb=84719b08f757a6079f4c3331d0c476d19b265948;hpb=983d5e1df2b227b8dfbc71984c828b925f4025f7 diff --git a/test/thread-replies b/test/thread-replies index 5fc5eedd..eeb70d06 100755 --- a/test/thread-replies +++ b/test/thread-replies @@ -12,7 +12,6 @@ test_description='test of proper handling of in-reply-to and references headers' . ./test-lib.sh test_begin_subtest "Use References when In-Reply-To is broken" -test_subtest_known_broken add_message '[id]="foo@one.com"' \ '[subject]=one' add_message '[in-reply-to]="mumble"' \ @@ -47,7 +46,6 @@ expected=`echo "$expected" | notmuch_json_show_sanitize` test_expect_equal_json "$output" "$expected" test_begin_subtest "Prefer References to In-Reply-To" -test_subtest_known_broken add_message '[id]="foo@two.com"' \ '[subject]=two' add_message '[in-reply-to]=""' \ @@ -104,7 +102,6 @@ expected=`echo "$expected" | notmuch_json_show_sanitize` test_expect_equal_json "$output" "$expected" test_begin_subtest "Use last Reference" -test_subtest_known_broken add_message '[id]="foo@four.com"' \ '[subject]="four"' add_message '[id]="bar@four.com"' \