Summary: | HoldsQueue/TransportCostOptimizations.t generates warnings | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | david |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | |||
Bug Blocks: | 25515 | ||
Attachments: |
Bug 40377: Remove warnings from HoldsQueue/TransportCostOptimizations.t
Bug 40377: Remove warnings from HoldsQueue/TransportCostOptimizations.t |
Description
Jonathan Druart
2025-07-15 10:09:26 UTC
Created attachment 184079 [details] [review] Bug 40377: Remove warnings from HoldsQueue/TransportCostOptimizations.t UseTransportCostMatrix set to yes, but matrix not populated at /kohadevbox/koha/C4/HoldsQueue.pm line 188. UseTransportCostMatrix set to yes, but matrix not populated at /kohadevbox/koha/C4/HoldsQueue.pm line 188. It seems that they are expected, we simply need to catch them. Created attachment 184246 [details] [review] Bug 40377: Remove warnings from HoldsQueue/TransportCostOptimizations.t UseTransportCostMatrix set to yes, but matrix not populated at /kohadevbox/koha/C4/HoldsQueue.pm line 188. UseTransportCostMatrix set to yes, but matrix not populated at /kohadevbox/koha/C4/HoldsQueue.pm line 188. It seems that they are expected, we simply need to catch them. Signed-off-by: David Nind <david@davidnind.com> Testing notes (using KTD): 1. prove t/db_dependent/HoldsQueue/TransportCostOptimizations.t |