| Age | Commit message (Collapse) | Author |
|
We need to do it some day, and it is a bit annoying to read
deprecation messages in broken tests.
|
|
This removes some redudant includes, and will also make it easier to
introduce "#define _GNU_SOURCE", which must come before all system
includes.
|
|
As with other void API entries, not crashing counts as success.
|
|
At least these exceptions are caught.
|
|
Exception handling matches notmuch_query_search_threads, at least for
this case.
|
|
At least this exception is caught.
|
|
This relies on the change to not tear down the auxilary Xapian
objects, in particular the query parser, when the database is closed.
|
|
We just want to make sure accessing the query owned by a closed db
does not cause a crash.
|
|
|
|
Current functionality is too trivial to really justify a test, but
it's simpler just to test the complete API.
|
|
Start a new file of tests, to keep to the (emerging) scheme of one
notmuch_foo group per file
|