Bugzilla – Attachment 174533 Details for
Bug 36662
ILL - t/db_dependent/Illrequest should not exist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36662: Move test files to the correct folder structure
Bug-36662-Move-test-files-to-the-correct-folder-st.patch (text/plain), 2.06 KB, created by
David Nind
on 2024-11-14 19:17:08 UTC
(
hide
)
Description:
Bug 36662: Move test files to the correct folder structure
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-11-14 19:17:08 UTC
Size:
2.06 KB
patch
obsolete
>From b7483907acfcaca8408c99363c82c8976d6552c6 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >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/* > >Signed-off-by: David Nind <david@davidnind.com> >--- > 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36662
:
174509
| 174533