1 | | Redo machinery in InMemory backend to allow multierrhandler1 to work. |
2 | | Probably leave until user database backends are possible, then do it |
3 | | by subclassing InMemory... |
| 1 | We used to have hooks in the library to allow the testsuite to make various cases in the inmemory backend fail to allow testing {{{Xapian::ErrorHandler}}}. |
| 2 | |
| 3 | We don't really want these hooks in release builds, so they were removed. But it's hard to test many cases without something like this. |
| 4 | |
| 5 | Probably leave until user database backends are possible, then we can take a "mock" approach to this problem by subclassing from an existing backend. |