Changes between Initial Version and Version 5 of Ticket #3


Ignore:
Timestamp:
16/06/10 05:55:11 (15 years ago)
Author:
Olly Betts
Comment:

Description rewritten.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3

    • Property Status newassigned
    • Property Severity minorenhancement
    • Property Summary Get multierrhandler1 working againTest coverage---- ''Original:'' Redo machinery in InMemory backend to allow multierrhandler1 to work. for Xapian::ErrorHandler
    • Property Operating SystemAll
    • Property Version otherSVN HEAD
  • Ticket #3 – Description

    initial v5  
    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...
     1We 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
     3We 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
     5Probably leave until user database backends are possible, then we can take a "mock" approach to this problem by subclassing from an existing backend.