From bade4d251aad8cae4265a05bd1d275fe6d1c0c16 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 Signed-off-by: Nick Clemens --- 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 bb43bb1..fe819a5 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