12 Jan
2015
12 Jan
'15
3:26 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11700 --- Comment #25 from Julian Maurice <julian.maurice@biblibre.com> --- Hi Marcel, Unfortunately I am not able to reproduce your problem. Could you add some debug prints in the mock of ZOOM::Record::raw (line 242 of t/db_dependent/AuthoritiesMarc.t) ? Maybe something like this, just before the return: warn "biblionumber: " . $this->{_rec}->{biblionumber}; warn "marc: " . $marcs->[0]; This should tell us if the mocks don't work, if the record is not inserted in database, or if it's something else. -- You are receiving this mail because: You are watching all bug changes.