]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/thread-cycle.t
thread: last Reference always wins
[public-inbox.git] / t / thread-cycle.t
index 0e1ecfe261507efa5e1697d999e393c3ff050176..b0844490c92085565b567c5d3e49c465d5f86e23 100644 (file)
@@ -70,14 +70,6 @@ SKIP: {
        is($check, $st, 'Mail::Thread output matches');
 }
 
-@msgs = map { bless $_, 'PublicInbox::SearchMsg' } (
-       { mid => 'a@b' },
-       { mid => 'b@c', references => '<a@b> <b@c>' },
-       { mid => 'd@e', references => '<d@e>' },
-);
-
-is(thread_to_s(\@msgs), "a\@b\n b\@c\nd\@e\n", 'ok with self-references');
-
 done_testing();
 
 sub thread_to_s {