David Bremner
2e9ecb611a
test: be consistent about spelling `nonexistent'
...
Apparently most of the misspellings are my fault.
2015-04-08 23:43:55 +09:00
David Bremner
703c8f9511
test: make one error output test more robust.
...
Since notmuch_database_status_string can return NULL, passing it
directly to fputs is not a good idea.
2015-03-29 09:50:01 +02:00
David Bremner
6a99505625
test: add more error reporting tests
...
This second half of the error reporting tests actually uses the function
notmuch_database_status_string to retrieve the last logged error
2015-03-29 00:34:15 +01:00
David Bremner
736ac26407
lib: replace almost all fprintfs in library with _n_d_log
...
This is not supposed to change any functionality from an end user
point of view. Note that it will eliminate some output to stderr. The
query debugging output is left as is; it doesn't really fit with the
current primitive logging model. The remaining "bad" fprintf will need
an internal API change.
2015-03-29 00:34:15 +01:00
David Bremner
83298fa0f8
test: add error reporting tests
...
This first half of the tests is all that don't need to retrieve the
the error string explicitly from the notmuch database structure.
2015-03-29 00:34:15 +01:00