| Summary: | t/db_dependent/XSLT.t is failing randomly | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | tomascohen |
| Version: | unspecified | ||
| 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: |
22.11.00
|
|
| Circulation function: | |||
| Bug Depends on: | 19532 | ||
| Bug Blocks: | 25551 | ||
| Attachments: |
Bug 32268: Prevent XSLT.t to fail randomly
Bug 32268: Prevent XSLT.t to fail randomly |
||
|
Description
Jonathan Druart
2022-11-18 13:39:07 UTC
Created attachment 144063 [details] [review] Bug 32268: Prevent XSLT.t to fail randomly Can't call method "itemnumber" on an undefined value at /kohadevbox/koha/Koha/Recall.pm line 343. We should set item_level and not let TestBuilder pick a value. This may have been caught (make it more obvious) by the recent change to TestBuilder for boolean (Bug 32030: fix test builder for boolean) Created attachment 144066 [details] [review] Bug 32268: Prevent XSLT.t to fail randomly Can't call method "itemnumber" on an undefined value at /kohadevbox/koha/Koha/Recall.pm line 343. We should set item_level and not let TestBuilder pick a value. This may have been caught (make it more obvious) by the recent change to TestBuilder for boolean (Bug 32030: fix test builder for boolean) Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Pushed to master for 22.11. Nice work everyone, thanks! |