David Bremner
|
ab45654192
|
lib/n_d_get_version: catch exceptions and clarify the API
notmuch_database_get_version previously returned 0 on some errors, but
did not document this. Luckily 0 is not a valid database version.
|
2020-07-22 19:52:55 -03:00 |
|
David Bremner
|
920dc56e60
|
test: add known broken test for n_d_get_version on closed db
This should not crash, but it does currently.
|
2020-07-22 19:52:55 -03:00 |
|
David Bremner
|
f3a56b5f6d
|
test: regression tests for n_d_status_string and n_d_get_path
These do not crash on a closed database, and we want to keep it that
way.
Start a new file of tests as T560-lib-error was starting to get unwieldy.
|
2020-07-22 19:52:55 -03:00 |
|