| Summary: | t/Biblio/Isbd.t is failing | ||
|---|---|---|---|
| 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: | 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: | ||
| Circulation function: | |||
| Attachments: |
Bug 17641: Fix t/Biblio/Isbd.t
Bug 17641: Fix t/Biblio/Isbd.t Bug 17641: Fix t/Biblio/Isbd.t |
||
|
Description
Jonathan Druart
2016-11-16 09:49:02 UTC
Created attachment 57531 [details] [review] Bug 17641: Fix t/Biblio/Isbd.t On commit cadf5aea814636ccccd85fcc38aa30f751d779c0 Bug 11592: MARCView and ISBD followup The prototype of C4::Biblio::GetISBDView has been changed to take a hashref in parameter. But the tests have not been updated Test plan: prove t/Biblio/Isbd.t should return green Created attachment 57536 [details] [review] Bug 17641: Fix t/Biblio/Isbd.t On commit cadf5aea814636ccccd85fcc38aa30f751d779c0 Bug 11592: MARCView and ISBD followup The prototype of C4::Biblio::GetISBDView has been changed to take a hashref in parameter. But the tests have not been updated Test plan: prove t/Biblio/Isbd.t should return green Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> https://bugs.koha-community.org/show_bug.cgi?id=17637 Created attachment 57545 [details] [review] Bug 17641: Fix t/Biblio/Isbd.t On commit cadf5aea814636ccccd85fcc38aa30f751d779c0 Bug 11592: MARCView and ISBD followup The prototype of C4::Biblio::GetISBDView has been changed to take a hashref in parameter. But the tests have not been updated Test plan: prove t/Biblio/Isbd.t should return green Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Pushed to master for 16.11, thanks Jonathan! Pushed to 16.05.x, for 16.05.06 release |