]> git.cworth.org Git - notmuch/commit
test: add known broken test for thread ordering from a loop
authorDavid Bremner <david@tethera.net>
Sat, 14 Apr 2018 01:46:09 +0000 (22:46 -0300)
committerDavid Bremner <david@tethera.net>
Tue, 24 Apr 2018 02:00:20 +0000 (23:00 -0300)
commit4e085b6d92909b8f6d4a4b18ccd97fac8b7df620
treeaa4f1bac50db06e44ef84af6ccd33d4cb537333b
parent9293d6da27494d7b607c945c6678bc890749b94f
test: add known broken test for thread ordering from a loop

The previous loop handling code chooses the last message in the
message list, which turns out to be the last in date order.
See the comment in _notmuch_thread_create.
test/T050-new.sh