LP#1484989: tweak test case
authorGalen Charlton <gmc@esilibrary.com>
Thu, 27 Aug 2015 16:02:57 +0000 (16:02 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 27 Aug 2015 16:04:25 +0000 (16:04 +0000)
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 <gmc@esilibrary.com>
Open-ILS/src/perlmods/live_t/10-lp1484989_dont_close_fined_xacts.t

index 0a4aa56..e24888b 100644 (file)
@@ -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');
     }
 }