test: Add search tests for combined name/address queries
authorAustin Clements <amdragon@MIT.EDU>
Mon, 16 Jun 2014 02:40:31 +0000 (22:40 -0400)
committerDavid Bremner <david@tethera.net>
Wed, 18 Jun 2014 20:54:05 +0000 (17:54 -0300)
commitb547830783ee0732696d5c05a00cfc57baba065f
treecc7a95d5cd0036c2c9e46982268cb854daf83fae
parent8a443121c63ee38354cd8f657a1a308311faae9d
test: Add search tests for combined name/address queries

Two of these are currently known-broken.  We index the name and
address parts in two separate calls to _notmuch_message_gen_terms.
Currently this has the effect of placing the term positions of the
prefixed terms from the second call right after those of the first
call, but screws up the term positions of the non-prefixed terms.
test/T080-search.sh