| 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: | Pushed to main --- | QA Contact: | Aleisha Amohia <aleisha> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | aleisha |
| Version: | unspecified | Keywords: | 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
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 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> 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> Nice work everyone! Pushed to main for 25.11 |