]> git.notmuchmail.org Git - notmuch/commit
test: searching by absolute date is broken without Xapian FieldProcessor
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 6 Dec 2017 02:33:22 +0000 (21:33 -0500)
committerDavid Bremner <david@tethera.net>
Tue, 19 Dec 2017 11:14:03 +0000 (07:14 -0400)
commit776a2982ae5f3fd8accfae173a32038a01b79a57
tree9d506efdf87cceff07a02becb49d1957362d6cf5
parent660f1a5a3373f098f6df8912ef6b62fa2b08d8f0
test: searching by absolute date is broken without Xapian FieldProcessor

Previously, the test suite had simply silently skipped the absolute
date test if we're using an archaic version of Xapian.  For
correctness, we should instead mark the test as broken.

This also changes from string to numeric comparison when checking
NOMTUCH_HAVE_XAPIAN_FIELD_PROCESSOR for consistency with other tests.
test/T500-search-date.sh