From: djfiander Date: Tue, 13 Jun 2006 01:09:00 +0000 (+0000) Subject: Clean up after the test is completed by checking the item back X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0395477b2d6aaa8bae088f11f42a439624299a57;p=working%2FSIPServer.git Clean up after the test is completed by checking the item back in. --- diff --git a/t/10renew_all.t b/t/10renew_all.t index 28adf1b..a3e6717 100644 --- a/t/10renew_all.t +++ b/t/10renew_all.t @@ -46,6 +46,7 @@ my @tests = ( $enable_template, $checkout_template, $renew_all_test_template, + $checkin_template, # check the book in, when done testing ); SIPtest::run_sip_tests(@tests);