Summary: | Holds/LocalHoldsPriority.t generates warnings | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | RESOLVED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | P5 - low | CC: | david, fridolin.somers, lucas, m.de.rooy, wainuiwitikapark |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: |
24.05.00,23.11.06,23.05.12
|
Circulation function: | |
Bug Depends on: | |||
Bug Blocks: | 25515 | ||
Attachments: |
Bug 36923: Remove warnings from Holds/LocalHoldsPriority.t
Bug 36923: Remove warnings from Holds/LocalHoldsPriority.t Bug 36923: Remove warnings from Holds/LocalHoldsPriority.t |
Description
Jonathan Druart
2024-05-22 12:01:10 UTC
Created attachment 167024 [details] [review] Bug 36923: Remove warnings from Holds/LocalHoldsPriority.t t/db_dependent/Holds/LocalHoldsPriority.t .. 1/7 Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. t/db_dependent/Holds/LocalHoldsPriority.t .. 2/7 Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. t/db_dependent/Holds/LocalHoldsPriority.t .. 5/7 Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. t/db_dependent/Holds/LocalHoldsPriority.t .. ok All tests successful. We didn't have the default values generated by the DBMS Created attachment 167056 [details] [review] Bug 36923: Remove warnings from Holds/LocalHoldsPriority.t t/db_dependent/Holds/LocalHoldsPriority.t .. 1/7 Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. t/db_dependent/Holds/LocalHoldsPriority.t .. 2/7 Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. t/db_dependent/Holds/LocalHoldsPriority.t .. 5/7 Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. t/db_dependent/Holds/LocalHoldsPriority.t .. ok All tests successful. We didn't have the default values generated by the DBMS Signed-off-by: David Nind <david@davidnind.com> Created attachment 167157 [details] [review] Bug 36923: Remove warnings from Holds/LocalHoldsPriority.t t/db_dependent/Holds/LocalHoldsPriority.t .. 1/7 Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. t/db_dependent/Holds/LocalHoldsPriority.t .. 2/7 Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. t/db_dependent/Holds/LocalHoldsPriority.t .. 5/7 Use of uninitialized value in numeric gt (>) at /kohadevbox/koha/C4/Reserves.pm line 866. t/db_dependent/Holds/LocalHoldsPriority.t .. ok All tests successful. We didn't have the default values generated by the DBMS Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Pushed for 24.05! Well done everyone, thank you! Pushed to 23.11.x for 23.11.06 Backported to 23.05.x for upcoming 23.05.12 Not backporting to 22.11 unless requested No changes required to the manual. |