From a6faf9269d3aed921a8a250bd2d85ac39c04739f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 19 Jan 2017 23:58:59 +0100 Subject: [PATCH] Bug 17726: biblioitems.marc has been removed We will certainly have to do something with the biblio_metadata.metadata field later. --- t/lib/TestBuilder.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/t/lib/TestBuilder.pm b/t/lib/TestBuilder.pm index 0d312d0..1f3ab51 100644 --- a/t/lib/TestBuilder.pm +++ b/t/lib/TestBuilder.pm @@ -423,9 +423,6 @@ sub _gen_default_values { Item => { more_subfields_xml => undef, }, - Biblioitem => { - marcxml => undef, - } }; } -- 2.1.4