Bug 40845

Summary: t/Koha/Manual.t only passes for 25.05 and 25.06
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Test SuiteAssignee: Jonathan Druart <jonathan.druart>
Status: Pushed to main --- QA Contact: Aleisha Amohia <aleisha>
Severity: normal    
Priority: P5 - low CC: aleisha
Version: unspecifiedKeywords: rel_25_11_candidate
Hardware: All   
OS: All   
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:
Bug Depends on: 39712    
Bug Blocks:    
Attachments: Bug 40845: Remove hardcoded Koha version from t/Koha/Manual.t
Bug 40845: Remove hardcoded Koha version from t/Koha/Manual.t
Bug 40845: Remove hardcoded Koha version from t/Koha/Manual.t

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