From c31dbbfb154a2aea0e11fae24cb09437604e090e Mon Sep 17 00:00:00 2001 From: djfiander Date: Tue, 27 Jun 2006 01:34:20 +0000 Subject: [PATCH] add code to check item out, rather than depend on the fact that another test case checked it out for us. --- t/08checkin.t | 1 + 1 file changed, 1 insertion(+) 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, ); -- 2.11.0