[Koha-bugs] [Bug 18262] Koha::Biblios - Remove GetBiblioData - part 1

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 27 21:07:37 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18262

--- Comment #10 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Overall, it looks great. I would love to see (at some point) the Koha::Biblio
objects passed to the template instead of explicitly extracting each attribute,
but that's a whole other problem.

I've found a test to fail with this patch applied, and pass without it:

kohadev-koha at kohadevbox:/home/vagrant/kohaclone$ prove
t/db_dependent/Reserves/MultiplePerRecord.tt/db_dependent/Reserves/MultiplePerRecord.t
.. 1/38 Can't call method "agerestriction" on an undefined value at
/home/vagrant/kohaclone/C4/Reserves.pm line 378.
# Looks like your test exited with 255 just after 33.
t/db_dependent/Reserves/MultiplePerRecord.t .. Dubious, test returned 255
(wstat 65280, 0xff00)
Failed 5/38 subtests 

Test Summary Report
-------------------
t/db_dependent/Reserves/MultiplePerRecord.t (Wstat: 65280 Tests: 33 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 38 tests but ran 33.
Files=1, Tests=33,  2 wallclock secs ( 0.02 usr  0.01 sys +  1.53 cusr  0.30
csys =  1.86 CPU)
Result: FAIL

I'm trying to check what's going but wanted to note it.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list