Bug 15467 - AuthoritiesMarc.t is failing
Summary: AuthoritiesMarc.t is failing
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: master
Hardware: All All
: P5 - low normal (vote)
Assignee: Jonathan Druart
QA Contact: Testopia
URL:
Keywords:
Depends on: 15381
Blocks:
  Show dependency treegraph
 
Reported: 2016-01-05 10:17 UTC by Jonathan Druart
Modified: 2016-12-05 21:23 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 15467: If authtypecode is not defined, do not explode (1.92 KB, patch)
2016-01-05 10:26 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 15467: If authtypecode is not defined, do not explode (2.12 KB, patch)
2016-01-05 14:12 UTC, Frédéric Demians
Details | Diff | Splinter Review
[PASSED QA] Bug 15467: If authtypecode is not defined, do not explode (2.19 KB, patch)
2016-01-06 20:11 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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