aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/T080-search.sh
Commit message (Collapse)AuthorAge
* test: Add search tests for combined name/address queriesGravatar Austin Clements2014-06-18
| | | | | | | | 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: Fix from/to search test queriesGravatar Austin Clements2014-06-18
| | | | | | Two of the search tests for "from" and "to" queries were clearly trying to search for prefixed phrases, but forgot to shell quote the phrases. Fix this by quoting them correctly.
* test: renamed test scripts to format T\d\d\d-name.shGravatar Tomi Ollila2014-01-13
All test scripts to be executed are now named as T\d\d\d-name.sh, numers in increments of 10. This eases adding new tests and developers to see which are test scripts that are executed by test suite and in which order.