Bug 16671: [QA Follow-up] Add new itemtype and remove bailout
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Mon, 27 Jun 2016 07:24:14 +0000 (09:24 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 8 Jul 2016 12:47:14 +0000 (12:47 +0000)
commiteddc0a0e0a72264151e39f8a5d87d638a4208369
tree1ff21ca27e05d9bd5827a4465019ab43c09712b9
parent8f42c681b0208ace7ed7858cafdd8c9777debd96
Bug 16671: [QA Follow-up] Add new itemtype and remove bailout

No need to bail out, if we are using TestBuilder.
Somehow, this test passes with me if we add a new record, and if
we do not, it fails (using BK as the first itemtype with notforloan
is 0).

Looking further, we should imo remove the Koha::ItemTypes searches
here and not depend on existing data. Just add some item types.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/HoldsQueue.t