Bug 40437 - Koha/Installer.t generates a warning
Summary: Koha/Installer.t generates a warning
Status: Passed QA
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Jonathan Druart
QA Contact: Martin Renvoize (ashimema)
URL:
Keywords:
Depends on:
Blocks: 25515
  Show dependency treegraph
 
Reported: 2025-07-17 13:37 UTC by Jonathan Druart
Modified: 2025-07-18 12:21 UTC (History)
1 user (show)

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


Attachments
Bug 40437: Remove warning from Koha/Installer.t (1.33 KB, patch)
2025-07-17 13:38 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 40437: Remove warning from Koha/Installer.t (1.38 KB, patch)
2025-07-17 14:06 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 40437: Remove warning from Koha/Installer.t (1.45 KB, patch)
2025-07-18 12:20 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 Jonathan Druart 2025-07-17 13:37:48 UTC
t/db_dependent/Koha/Installer.t .. 1/4 Use of uninitialized value $db_version in numeric eq (==) at /kohadevbox/koha/Koha/Installer.pm line 32.
Comment 1 Jonathan Druart 2025-07-17 13:38:34 UTC
Created attachment 184200 [details] [review]
Bug 40437: Remove warning from Koha/Installer.t

t/db_dependent/Koha/Installer.t .. 1/4 Use of uninitialized value $db_version in numeric eq (==) at /kohadevbox/koha/Koha/Installer.pm line 32.
Comment 2 Owen Leonard 2025-07-17 14:06:31 UTC
Created attachment 184204 [details] [review]
Bug 40437: Remove warning from Koha/Installer.t

t/db_dependent/Koha/Installer.t .. 1/4
Use of uninitialized value $db_version in numeric eq (==) at
/kohadevbox/koha/Koha/Installer.pm line 32.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 3 Martin Renvoize (ashimema) 2025-07-18 12:20:55 UTC
Created attachment 184372 [details] [review]
Bug 40437: Remove warning from Koha/Installer.t

t/db_dependent/Koha/Installer.t .. 1/4
Use of uninitialized value $db_version in numeric eq (==) at
/kohadevbox/koha/Koha/Installer.pm line 32.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk>