Skip to content

Commit

Permalink
LP#1484989: tweak test case
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gmcharlt committed Aug 27, 2015
1 parent 4357ab3 commit 1f82890
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -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');
}
}

Expand Down

0 comments on commit 1f82890

Please sign in to comment.