From 47f84893655d3a1552968d21e35fb975b0948ec7 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 19 Mar 2025 15:42:01 +0100 Subject: [PATCH] Bug 38944: Tidy t/db_dependent/Record/Record.t The generated patch was big and I skipped the git hook :-/ --- t/db_dependent/Record/Record.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/db_dependent/Record/Record.t b/t/db_dependent/Record/Record.t index 8e04723e407..1fc1c106c4c 100755 --- a/t/db_dependent/Record/Record.t +++ b/t/db_dependent/Record/Record.t @@ -27,7 +27,6 @@ use constant WHEREAMI => 't/db_dependent/Record/testrecords'; # specify the number of tests use Test::NoWarnings; use Test::More tests => 22; #FIXME Commented out two failing tests -#use C4::Context; use C4::Record qw( marc2marc marc2marcxml marc2dcxml changeEncoding ); =head1 NAME -- 2.34.1