From 549dbab4fd6872dff46130c2f53b518d0e2b29e3 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Fri, 16 Mar 2018 01:52:12 +0000 Subject: [PATCH] Bug 9701: Followup to make test pass --- t/db_dependent/Biblio.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Biblio.t b/t/db_dependent/Biblio.t index 0f516fa..00cd12d 100755 --- a/t/db_dependent/Biblio.t +++ b/t/db_dependent/Biblio.t @@ -424,7 +424,7 @@ subtest 'NORMARC' => sub { subtest 'IsMarcStructureInternal' => sub { plan tests => 8; - my $tagslib = GetMarcStructure(); + my $tagslib = GetMarcStructure(1); my @internals; for my $tag ( sort keys %$tagslib ) { next unless $tag; -- 2.1.4