From 1edcb62067dd319dc2386f57f514d1a8497a79d7 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 1 Sep 2017 14:39:03 +0000 Subject: [PATCH] Bug 17380: (QA followup) Fix parameter in tests Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- t/db_dependent/Authority/Merge.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/Authority/Merge.t b/t/db_dependent/Authority/Merge.t index 08a582c..7bf7fb5 100755 --- a/t/db_dependent/Authority/Merge.t +++ b/t/db_dependent/Authority/Merge.t @@ -353,7 +353,7 @@ subtest "Graceful resolution of missing reporting tag" => sub { # Merge merge({ mergefrom => $id1, MARCfrom => $authmarc, mergeto => $id2, MARCto => $authmarc, biblionumbers => [ $biblionumber ] }); - $biblio = C4::Biblio::GetMarcBiblio( $biblionumber ); + $biblio = C4::Biblio::GetMarcBiblio({ biblionumber => $biblionumber }); is( $biblio->subfield('612', '9'), $id2, 'id2 saved in $9' ); is( $biblio->subfield('612', 'a'), ' ', 'Kept an empty $a too' ); -- 2.1.4