]> git.koha-community.org Git - koha.git/commit
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)
committerFrédéric Demians <f.demians@tamil.fr>
Mon, 1 Aug 2016 08:37:05 +0000 (10:37 +0200)
commit71e73f5a446ce6571a05e2fee3bde240e26e2624
tree52f59eee40c1e07581ba0e6365ee8d34db49f718
parent4b2804dce136b88933240f607fe23f09137198f1
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>
(cherry picked from commit eddc0a0e0a72264151e39f8a5d87d638a4208369)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
t/db_dependent/HoldsQueue.t