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

--- Comment #44 from David Gustafsson <[email protected]> ---
@(In reply to David Cook from comment #40)
> I really want to get rid of "defer_marc_save" as it's a real pain
> (especially when using Koha plugins).
> 
> But I'm not sure I understand the test plan...

I sympathize with the fact the test-plan is probably not exactly crystal clear,
compounded by or perhaps due to the fact that bulkmarcimport is not even
selectable in the UI (as it's commented out because of the bug this patch
should solve). I added a step to the testplan to remove the comments and enable
bulkmarcimport as a source (now realizing i pointed to the wrong line in the
wrong file, will fix this).

Also the bulkmarcimport.pl command to test this could look something like this:

./bulkmarcimport.pl -b -file /tmp/test_record.marc -l /tmp/bulkmarcimport.log
-append  -insert -update -c=MARC21 -match "control-number,001"

It's not part of the test-plan, but it could be useful to use the logfile
feature as to ensure that the biblio is really matched and updated on
subsequent runs.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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