Created attachment 90236 [details] [review] Bug 23027: Make Suggestions.t pass even if no biblio in DB There are biblionumbers 1 and 2 hardcoded Test plan: MariaDB [koha_kohadev]> delete from biblioitems; delete from items; delete from biblio; % prove t/db_dependent/Suggestions.t Must return green with this patch applied
Created attachment 90276 [details] [review] Bug 23027: Make Suggestions.t pass even if no biblio in DB There are biblionumbers 1 and 2 hardcoded Test plan: MariaDB [koha_kohadev]> delete from biblioitems; delete from items; delete from biblio; % prove t/db_dependent/Suggestions.t Must return green with this patch applied Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Created attachment 90338 [details] [review] Bug 23027: Make Suggestions.t pass even if no biblio in DB There are biblionumbers 1 and 2 hardcoded Test plan: MariaDB [koha_kohadev]> delete from biblioitems; delete from items; delete from biblio; % prove t/db_dependent/Suggestions.t Must return green with this patch applied Signed-off-by: Liz Rea <wizzyrea@gmail.com> Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Good catch Jonathan
Nice work! Pushed to master for 19.11.00
Pushed to 19.05.x for 19.05.01