From 916a0d697ca07bd607c64af4ff0d7fbde0808e3a Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Thu, 24 Aug 2017 01:33:43 +0000 Subject: [PATCH] [SIGNED-OFF] Bug 14385: Fix ILSDI_Services test when clubs with branch exist Signed-off-by: Aleisha Amohia --- t/db_dependent/ILSDI_Services.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/ILSDI_Services.t b/t/db_dependent/ILSDI_Services.t index 65e2412..b44cbd2 100644 --- a/t/db_dependent/ILSDI_Services.t +++ b/t/db_dependent/ILSDI_Services.t @@ -105,6 +105,7 @@ subtest 'GetPatronInfo/GetBorrowerAttributes test for extended patron attributes $schema->resultset( 'BorrowerAttributeType' )->delete_all; $schema->resultset( 'Category' )->delete_all; $schema->resultset( 'Item' )->delete_all; # 'Branch' deps. on this + $schema->resultset( 'Club' )->delete_all; $schema->resultset( 'Branch' )->delete_all; # Configure Koha to enable ILS-DI server and extended attributes: -- 2.1.4