From: djfiander Date: Tue, 27 Jun 2006 01:34:20 +0000 (+0000) Subject: add code to check item out, rather than depend on the fact that X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c31dbbfb154a2aea0e11fae24cb09437604e090e;p=SIPServer.git add code to check item out, rather than depend on the fact that another test case checked it out for us. --- diff --git a/t/08checkin.t b/t/08checkin.t index 300353d..e606384 100644 --- a/t/08checkin.t +++ b/t/08checkin.t @@ -41,6 +41,7 @@ my $checkout_template = { my @tests = ( $SIPtest::login_test, $SIPtest::sc_status_test, + $checkout_template, $checkin_test_template, );