Bug 32780

Summary: t/db_dependent/Koha/BackgroundJobs must be moved to t/db_dependent/Koha/BackgroundJob
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Test SuiteAssignee: Chris Cormack <chris>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 27421    
Bug Blocks:    

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