X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=t%2Fdb_dependent%2FRecord.t;h=53a4ae621f83480d00efe7e614d597778d130d2f;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=22fcdb3de06bb7e8a7e47f9babfe320d61c7ec8a;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/t/db_dependent/Record.t b/t/db_dependent/Record.t index 22fcdb3de0..53a4ae621f 100755 --- a/t/db_dependent/Record.t +++ b/t/db_dependent/Record.t @@ -10,7 +10,7 @@ use C4::Context; use Koha::Database; BEGIN { - use_ok('C4::Record'); + use_ok('C4::Record', qw( marc2marc marc2marcxml marcxml2marc marc2dcxml marc2modsxml marc2bibtex )); } my $schema = Koha::Database->new->schema;