From 79466eb41b9336c9e0bdeb7b9e957e0e81fb5bf2 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 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit e96ba5ac7b3c12e8c231cc7e38fd49ebc13bc39c) Signed-off-by: Lucas Gass (cherry picked from commit 7cc6606c9723a0cf797dc3f93c8c16c230db5bbf) Signed-off-by: Arthur Suzuki --- .../{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 4369df3195..88315524c0 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.39.2