https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20678
--- Comment #4 from Alex Buckley <[email protected]> --- Created attachment 74929 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=74929&action=edit Bug 20678 - Added unit test for new subroutine DeleteBiblioInBatch() This new subroutine is in C4/ImportBatches.pm and it calls a new internal subroutine _delete_import_record_marc Test plan: 1.Enter koha shell: sudo koha-shell <instancename> 2. perl t/db_dependent/ImportBatch.pm 3. Notice unit test 12 passes: 'ok 12 - No biblio expected since we deleted the biblio from the batch' Sponsored-By: Toi Ohomai Institute of Technology -- 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/
