]> git.notmuchmail.org Git - notmuch/commitdiff
tests: add a test for symbol hiding side effects
authorDavid Bremner <bremner@debian.org>
Wed, 22 Jun 2011 11:58:01 +0000 (08:58 -0300)
committerDavid Bremner <bremner@debian.org>
Thu, 23 Jun 2011 10:05:25 +0000 (07:05 -0300)
The worry here is that a binary linking with libnotmuch might lose
access to Xapian::Error symbols because libnotmuch hides them.

We are careful here to create ./fakedb/.notmuch in order to trigger a
Xapian exception, and not just a missing file check.

Thanks to jrollins and amddragon for suggestions.
(cherry picked from commit 66f37f5f6864a988f94ddb893e3a176af57f6c8e)


No differences found