Bug 12995 - script update_totalissues.pl stops on corrupted record - UT
authorAdmin User Koha <koha@localhost>
Mon, 20 Oct 2014 13:05:23 +0000 (15:05 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 31 Oct 2014 17:14:24 +0000 (14:14 -0300)
commitde8d5f3ae91049252edeabe61e2cbe1d300a999b
tree9a3e705fb2af519395712e3a97fce7629e95c543
parentccf406132424a2213aa5668c9efe3867aebe3e42
Bug 12995 - script update_totalissues.pl stops on corrupted record - UT

This patch adds an unit test on C4::Biblio::UpdateTotalIssues method
call on non existing record

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
I can't comment on the correctness of the test other than to say it ran
successfully.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Improves CLI script, works as described.

Note: A small improvement would be to output the problematic biblionumber.
t/Biblio.t