Summary: | Circulation.t keeps 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: | fridolin.somers, nick |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 19403 | ||
Bug Blocks: | 25551, 21213 | ||
Attachments: | Bug 20721: (bug 19403 follow-up) Prevent Circulation.t to fail randomly |
Description
Jonathan Druart
2018-05-07 16:15:04 UTC
Created attachment 75137 [details] [review] Bug 20721: (bug 19403 follow-up) Prevent Circulation.t to fail randomly If items.restricted == 1, CanBookBeIssued will not returned what we are testing. The easiest and global fix is to define a default value at TestBuilder package level Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Patch pushed to master for 18.05 Pushed to stbale for 17.11.06 Awesome work all! Pushed to 17.05.x for v17.05.12 |