From 3e2db351f299ca4b462725b781d7c54086f849bf Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Mon, 23 Oct 2017 16:11:41 +0200 Subject: [PATCH] Revert "Bug 17380: (QA followup) Fix parameter in tests" This reverts commit 1b29d6e087055969def157245b1bc4f72a030406. Signed-off-by: Fridolin Somers --- 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 71bb2775cf..0df806fdce 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 => $biblionumber }); + $biblio = C4::Biblio::GetMarcBiblio( $biblionumber ); is( $biblio->subfield('612', '9'), $id2, 'id2 saved in $9' ); is( $biblio->subfield('612', 'a'), ' ', 'Kept an empty $a too' ); -- 2.39.5