Summary: | AuthoritiesMarc.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: | brendan, julian.maurice |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 15381 | ||
Bug Blocks: | |||
Attachments: |
Bug 15467: If authtypecode is not defined, do not explode
Bug 15467: If authtypecode is not defined, do not explode [PASSED QA] Bug 15467: If authtypecode is not defined, do not explode |
Description
Jonathan Druart
2016-01-05 10:17:13 UTC
Created attachment 46247 [details] [review] Bug 15467: If authtypecode is not defined, do not explode The test t/db_dependent/AuthoritiesMarc.t fails because one test expect the BuildSummary subroutine to not crash if the authtypecode passed in parameter does not exist in the DB. Test plan: prove t/db_dependent/AuthoritiesMarc.t should return green. Created attachment 46255 [details] [review] Bug 15467: If authtypecode is not defined, do not explode The test t/db_dependent/AuthoritiesMarc.t fails because one test expect the BuildSummary subroutine to not crash if the authtypecode passed in parameter does not exist in the DB. Test plan: prove t/db_dependent/AuthoritiesMarc.t should return green. Signed-off-by: Frédéric Demians <f.demians@tamil.fr> Test fails before patch, and doesn't anymore after. Created attachment 46348 [details] [review] [PASSED QA] Bug 15467: If authtypecode is not defined, do not explode The test t/db_dependent/AuthoritiesMarc.t fails because one test expect the BuildSummary subroutine to not crash if the authtypecode passed in parameter does not exist in the DB. Test plan: prove t/db_dependent/AuthoritiesMarc.t should return green. Signed-off-by: Frédéric Demians <f.demians@tamil.fr> Test fails before patch, and doesn't anymore after. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to Master - thanks Does not concern stable versions, changing status to RESOLVED |