Bug 40845 - t/Koha/Manual.t only passes for 25.05 and 25.06
Summary: t/Koha/Manual.t only passes for 25.05 and 25.06
Status: Pushed to main
Alias: None
Product: Koha
Classification: Unclassified
Component: Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low normal
Assignee: Jonathan Druart
QA Contact: Aleisha Amohia
URL:
Keywords: rel_25_11_candidate
Depends on: 39712
Blocks:
  Show dependency treegraph
 
Reported: 2025-09-22 10:03 UTC by Jonathan Druart
Modified: 2025-10-31 21:29 UTC (History)
1 user (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
25.11.00
Circulation function:


Attachments
Bug 40845: Remove hardcoded Koha version from t/Koha/Manual.t (2.02 KB, patch)
2025-09-22 10:08 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 40845: Remove hardcoded Koha version from t/Koha/Manual.t (2.07 KB, patch)
2025-10-25 03:48 UTC, David Nind
Details | Diff | Splinter Review
Bug 40845: Remove hardcoded Koha version from t/Koha/Manual.t (2.12 KB, patch)
2025-10-28 20:55 UTC, Aleisha Amohia
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-09-22 10:03:38 UTC
There is an hard-coded 25.05 in the tests.
Comment 1 Jonathan Druart 2025-09-22 10:08:15 UTC
Created attachment 186667 [details] [review]
Bug 40845: Remove hardcoded Koha version from t/Koha/Manual.t

Test plan:
Update the version in DB:
> update systempreferences set value="25.1100000" where variable="version";
restart_all
prove t/Koha/Manual.t
Comment 2 David Nind 2025-10-25 03:48:25 UTC
Created attachment 188439 [details] [review]
Bug 40845: Remove hardcoded Koha version from t/Koha/Manual.t

Test plan:
Update the version in DB:
> update systempreferences set value="25.1100000" where variable="version";
restart_all
prove t/Koha/Manual.t

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Aleisha Amohia 2025-10-28 20:55:16 UTC
Created attachment 188528 [details] [review]
Bug 40845: Remove hardcoded Koha version from t/Koha/Manual.t

Test plan:
Update the version in DB:
> update systempreferences set value="25.1100000" where variable="version";
restart_all
prove t/Koha/Manual.t

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Aleisha Amohia <aleisha@catalyst.net.nz>
Comment 4 Lucas Gass (lukeg) 2025-10-31 21:29:44 UTC
Nice work everyone!

Pushed to main for 25.11