use Modern::Perl;
use Test::More tests => 12;
use Test::More tests => 13;
use MARC::Record;
use C4::Context;
$marc->field('260')->add_subfields(a => 'Hogwarts');
my $cites = marc2cites($marc);
is ($cites->{'Chicago'}, 'Rowling J.K, . 2011. Harry potter. Hogwarts: Reprints.', 'testing marc2cites');
-