Bug 32780 - t/db_dependent/Koha/BackgroundJobs must be moved to t/db_dependent/Koha/BackgroundJob
Summary: t/db_dependent/Koha/BackgroundJobs must be moved to t/db_dependent/Koha/Backg...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low minor (vote)
Assignee: Chris Cormack
QA Contact: Testopia
URL:
Keywords:
Depends on: 27421
Blocks:
  Show dependency treegraph
 
Reported: 2023-02-01 13:10 UTC by Jonathan Druart
Modified: 2023-02-01 13:10 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Druart 2023-02-01 13:10:19 UTC
% ls t/db_dependent/Koha/BackgroundJob
BatchCancelHold.t       BatchDeleteBiblio.t  BatchUpdateAuthority.t         BatchUpdateBiblio.t  CreateEHoldingsFromBiblios.t  MARCImportRevertBatch.t  UpdateElasticIndex.t
BatchDeleteAuthority.t  BatchDeleteItem.t    BatchUpdateBiblioHoldsQueue.t  BatchUpdateItem.t    MARCImportCommitBatch.t       StageMARCForImport.t

% ls t/db_dependent/Koha/BackgroundJobs
BatchDeleteBiblio.t  BatchDeleteItem.t  BatchUpdateBiblio.t  StageMARCForImport.t

That's not consistent