Bug 15467

Summary: AuthoritiesMarc.t is failing
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Architecture, internals, and plumbingAssignee: 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   
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
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
Since bug 15381.
Comment 1 Jonathan Druart 2016-01-05 10:26:02 UTC Comment hidden (obsolete)
Comment 2 Frédéric Demians 2016-01-05 14:12:27 UTC Comment hidden (obsolete)
Comment 3 Katrin Fischer 2016-01-06 20:11:51 UTC
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>
Comment 4 Brendan Gallagher 2016-01-07 19:20:48 UTC
Pushed to Master - thanks
Comment 5 Julian Maurice 2016-01-12 13:52:33 UTC
Does not concern stable versions, changing status to RESOLVED