From add3c5c0ea26de1239441456c913e3b17b33129e Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Sat, 14 May 2022 12:29:25 +0000 Subject: [PATCH] Bug 30756: Rename to Koha_MetadataRecord_Authority What we are actually testing here. No test plan. Signed-off-by: Marcel de Rooy Signed-off-by: David Nind JD amended patch: remove Dumper Signed-off-by: Jonathan Druart --- .../{Koha_Authority.t => Koha_MetadataRecord_Authority.t} | 1 - 1 file changed, 1 deletion(-) rename t/db_dependent/{Koha_Authority.t => Koha_MetadataRecord_Authority.t} (99%) diff --git a/t/db_dependent/Koha_Authority.t b/t/db_dependent/Koha_MetadataRecord_Authority.t similarity index 99% rename from t/db_dependent/Koha_Authority.t rename to t/db_dependent/Koha_MetadataRecord_Authority.t index 4369df3195e..88315524c02 100755 --- a/t/db_dependent/Koha_Authority.t +++ b/t/db_dependent/Koha_MetadataRecord_Authority.t @@ -20,7 +20,6 @@ use Modern::Perl; use Test::More tests => 3; -use Data::Dumper qw/Dumper/; use MARC::File::XML; -- 2.25.1