Bug 16170: [QA Follow-up] Adjust Items.t
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 1 Apr 2016 07:24:04 +0000 (09:24 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Tue, 3 May 2016 15:01:13 +0000 (15:01 +0000)
commit1608b89b7ff90ae1cc307d9f096ddaab29ba2192
tree93d7087f5091752b657d4471b8debf69ce426fce
parent503cc30d9ae03f12b3c412d2d280ea76393b97da
Bug 16170: [QA Follow-up] Adjust Items.t

Items.t inserts an item via biblioitem not correctly linked to biblio.
The new foreign key constraint does not allow that.
Actually, we should be choosing to either remove biblioitems from Koha or
remove biblionumber from items.

Note: This seems to be the only case where an item is added this way.

Test plan:
Run Items.t

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/db_dependent/Items.t