| Summary: | DecreaseLoanHighHolds.t does not pass | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
| Component: | Architecture, internals, and plumbing | Assignee: | Jonathan Druart <jonathan.druart> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | f.demians, kyle |
| Version: | Main | ||
| 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: | ||
| Circulation function: | |||
| Bug Depends on: | 16849 | ||
| Bug Blocks: | |||
| Attachments: |
Bug 17124: Fix tests in DecreaseLoanHighHolds.t
Bug 17124: Fix tests in DecreaseLoanHighHolds.t Bug 17124: Fix tests in DecreaseLoanHighHolds.t |
||
|
Description
Jonathan Druart
2016-08-15 08:26:59 UTC
Created attachment 54453 [details] [review] Bug 17124: Fix tests in DecreaseLoanHighHolds.t One test of DecreaseLoanHighHolds.t does not pass, A hashref representing a patron has a 'borrower' key defined, instead of 'borrowernumber'. Test plan: prove t/db_dependent/DecreaseLoanHighHolds.t must return green Created attachment 54460 [details] [review] Bug 17124: Fix tests in DecreaseLoanHighHolds.t One test of DecreaseLoanHighHolds.t does not pass, A hashref representing a patron has a 'borrower' key defined, instead of 'borrowernumber'. Test plan: prove t/db_dependent/DecreaseLoanHighHolds.t must return green Signed-off-by: Claire Gravely <claire_gravely@hotmail.com> Created attachment 54476 [details] [review] Bug 17124: Fix tests in DecreaseLoanHighHolds.t One test of DecreaseLoanHighHolds.t does not pass, A hashref representing a patron has a 'borrower' key defined, instead of 'borrowernumber'. Test plan: prove t/db_dependent/DecreaseLoanHighHolds.t must return green Signed-off-by: Claire Gravely <claire_gravely@hotmail.com> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Pushed to master for 16.11, thanks Jonathan! Pushed in 16.05. Will be in 16.05.03. |