Bug 36662 - ILL - t/db_dependent/Illrequest should not exist
Summary: ILL - t/db_dependent/Illrequest should not exist
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low enhancement
Assignee: Pedro Amorim
QA Contact: Martin Renvoize (ashimema)
URL:
Keywords:
Depends on: 35581
Blocks: 35604
  Show dependency treegraph
 
Reported: 2024-04-22 10:08 UTC by Pedro Amorim
Modified: 2024-12-23 11:23 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
This enhancement moves the ILL test files to the correct folder structure - t/db_dependent/Koha/ILL/.
Version(s) released in:
25.05.00
Circulation function:


Attachments
Bug 36662: Move test files to the correct folder structure (2.01 KB, patch)
2024-11-14 12:39 UTC, Pedro Amorim
Details | Diff | Splinter Review
Bug 36662: Move test files to the correct folder structure (2.06 KB, patch)
2024-11-14 19:17 UTC, David Nind
Details | Diff | Splinter Review
Bug 36662: Move test files to the correct folder structure (2.12 KB, patch)
2024-12-16 19:17 UTC, Martin Renvoize (ashimema)
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro Amorim 2024-04-22 10:08:37 UTC
Following up restructuring of ILL classes from bug 35581, the t/db_dependent/Illrequest directory should be deleted and its content moved into t/db_dependent/ILL/Workflow and/or t/db_dependent/ILL/Request
Comment 1 Pedro Amorim 2024-11-14 12:39:56 UTC
Created attachment 174509 [details] [review]
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/*
Comment 2 David Nind 2024-11-14 19:17:08 UTC
Created attachment 174533 [details] [review]
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>
Comment 3 Martin Renvoize (ashimema) 2024-12-16 19:17:47 UTC
Created attachment 175575 [details] [review]
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>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Comment 4 Katrin Fischer 2024-12-23 11:23:17 UTC
Pushed for 25.05!

Well done everyone, thank you!