From 2fb014b923b5f8ffe2ca5b6136770443c1c82997 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 27 Aug 2015 16:02:57 +0000 Subject: [PATCH] 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 --- .../src/perlmods/live_t/10-lp1484989_dont_close_fined_xacts.t | 2 ++ 1 file changed, 2 insertions(+) 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'); } } -- 2.43.2