From: Galen Charlton Date: Thu, 27 Aug 2015 16:02:57 +0000 (+0000) Subject: LP#1484989: tweak test case X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1f82890d2329c87a617cf4be685d765681fea8f6;p=evergreen%2Fmasslnc.git LP#1484989: tweak test case This adjusts the test case so that it will report on the planned number of tests even if the test circ cannot be retrieved for some reason. Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/perlmods/live_t/10-lp1484989_dont_close_fined_xacts.t b/Open-ILS/src/perlmods/live_t/10-lp1484989_dont_close_fined_xacts.t index 0a4aa56212..e24888bc1d 100644 --- a/Open-ILS/src/perlmods/live_t/10-lp1484989_dont_close_fined_xacts.t +++ b/Open-ILS/src/perlmods/live_t/10-lp1484989_dont_close_fined_xacts.t @@ -30,6 +30,8 @@ if (my $circ_resp = $circ_req->recv) { !$circ->xact_finish, 'Circ with id = ' . $circ_id . ' is overdue with fines, so xact_finish isn\'t set' ); + } else { + fail('unable to retrieve circ'); } }