| Summary: | Fix wrong TestBuilder parameter in few unit tests | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
| Component: | Test Suite | Assignee: | Marcel de Rooy <m.de.rooy> |
| Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | fridolin.somers, jonathan.druart |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Crowdfunding goal: | 0 |
| Patch complexity: | Trivial patch | Documentation contact: | |
| Documentation submission: | Text to go in the release notes: | ||
| Version(s) released in: | Circulation function: | ||
| Bug Depends on: | |||
| Bug Blocks: | 15339 | ||
| Attachments: |
Bug 19268: Fix TestBuilder parameter in C/Branch.t and K/P/Messaging.t
Bug 19268: Fix TestBuilder parameter in C/Branch.t and K/P/Messaging.t |
||
|
Description
Marcel de Rooy
2017-09-07 09:51:49 UTC
Created attachment 66918 [details] [review] Bug 19268: Fix TestBuilder parameter in C/Branch.t and K/P/Messaging.t The values parameter should be called value. See bug 15339. Test plan: Run the adjusted tests. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Jonathan: This could go along with 15339, but does not depend on it. Funny that these tests passed with other values than expected.. Created attachment 66949 [details] [review] Bug 19268: Fix TestBuilder parameter in C/Branch.t and K/P/Messaging.t The values parameter should be called value. See bug 15339. Test plan: Run the adjusted tests. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Pushed to master for 17.11, thanks to everybody involved! |