| Summary: | Acquisition/OrderUsers.t is broken | ||
|---|---|---|---|
| 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: | kyle, mtj, tomascohen |
| 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: | 13321 | ||
| Bug Blocks: | 13726 | ||
| Attachments: |
Bug 17564: Fix t/db_dependent/Acquisition/OrderUsers.t
[SIGNED-OFF] Bug 17564: Fix t/db_dependent/Acquisition/OrderUsers.t Bug 17564: Fix t/db_dependent/Acquisition/OrderUsers.t |
||
|
Description
Jonathan Druart
2016-11-07 11:09:30 UTC
Caused by bug 13321 (test file added after the first submission). Created attachment 57252 [details] [review] Bug 17564: Fix t/db_dependent/Acquisition/OrderUsers.t ModReceiveOrder takes now a 'order' parameter and is mandatory. This new test file has been added after the first submission of bug 13321 and has not been updated during the rebases. Test plan: prove t/db_dependent/Acquisition/OrderUsers.t should return green Created attachment 57255 [details] [review] [SIGNED-OFF] Bug 17564: Fix t/db_dependent/Acquisition/OrderUsers.t ModReceiveOrder takes now a 'order' parameter and is mandatory. This new test file has been added after the first submission of bug 13321 and has not been updated during the rebases. Test plan: prove t/db_dependent/Acquisition/OrderUsers.t should return green Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Created attachment 57348 [details] [review] Bug 17564: Fix t/db_dependent/Acquisition/OrderUsers.t ModReceiveOrder takes now a 'order' parameter and is mandatory. This new test file has been added after the first submission of bug 13321 and has not been updated during the rebases. Test plan: prove t/db_dependent/Acquisition/OrderUsers.t should return green Signed-off-by: Josef Moravec <josef.moravec@gmail.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Pushed to master for 16.11, thanks Jonathan! Blocked by enhancement, skipping for 16.05.x |