Summary: | t/Koha/Manual.t only passes for 25.05 and 25.06 | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | Needs Signoff --- | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | Keywords: | rel_25_11_candidate |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 39712 | ||
Bug Blocks: | |||
Attachments: | Bug 40845: Remove hardcoded Koha version from t/Koha/Manual.t |
Description
Jonathan Druart
2025-09-22 10:03:38 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 |