From 008f9a5a488964e1edb7f99034120d3b2fc574c8 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Thu, 14 Nov 2024 12:34:44 +0000 Subject: [PATCH] Bug 36662: Move test files to the correct folder structure Trivial leftover house-keeping from bug 35581. Test plan: $ prove t/db_dependent/Koha/ILL/* --- t/db_dependent/{Illrequest => Koha/ILL/Request}/SupplierUpdate.t | 0 .../{Illrequest => Koha/ILL/Request}/SupplierUpdateProcessor.t | 0 .../{Illrequest => Koha/ILL/Request/Workflow}/Availability.t | 0 .../{Illrequest => Koha/ILL/Request/Workflow}/TypeDisclaimer.t | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename t/db_dependent/{Illrequest => Koha/ILL/Request}/SupplierUpdate.t (100%) rename t/db_dependent/{Illrequest => Koha/ILL/Request}/SupplierUpdateProcessor.t (100%) rename t/db_dependent/{Illrequest => Koha/ILL/Request/Workflow}/Availability.t (100%) rename t/db_dependent/{Illrequest => Koha/ILL/Request/Workflow}/TypeDisclaimer.t (100%) diff --git a/t/db_dependent/Illrequest/SupplierUpdate.t b/t/db_dependent/Koha/ILL/Request/SupplierUpdate.t similarity index 100% rename from t/db_dependent/Illrequest/SupplierUpdate.t rename to t/db_dependent/Koha/ILL/Request/SupplierUpdate.t diff --git a/t/db_dependent/Illrequest/SupplierUpdateProcessor.t b/t/db_dependent/Koha/ILL/Request/SupplierUpdateProcessor.t similarity index 100% rename from t/db_dependent/Illrequest/SupplierUpdateProcessor.t rename to t/db_dependent/Koha/ILL/Request/SupplierUpdateProcessor.t diff --git a/t/db_dependent/Illrequest/Availability.t b/t/db_dependent/Koha/ILL/Request/Workflow/Availability.t similarity index 100% rename from t/db_dependent/Illrequest/Availability.t rename to t/db_dependent/Koha/ILL/Request/Workflow/Availability.t diff --git a/t/db_dependent/Illrequest/TypeDisclaimer.t b/t/db_dependent/Koha/ILL/Request/Workflow/TypeDisclaimer.t similarity index 100% rename from t/db_dependent/Illrequest/TypeDisclaimer.t rename to t/db_dependent/Koha/ILL/Request/Workflow/TypeDisclaimer.t -- 2.39.5