http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11700

--- Comment #25 from Julian Maurice <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to