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: Needs Signoff
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: Testopia
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-09-22 10:08 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
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

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