From fa8603bf9dd7c8d491123da3872fc36c3fd66667 Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Tue, 23 Sep 2008 12:15:11 -0500 Subject: [PATCH] Bug 2587 followup, updated test. Signed-off-by: Galen Charlton --- t/lib/KohaTest/Circulation/AddIssue.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/t/lib/KohaTest/Circulation/AddIssue.pm b/t/lib/KohaTest/Circulation/AddIssue.pm index dde87e218a..73cf7b2c93 100644 --- a/t/lib/KohaTest/Circulation/AddIssue.pm +++ b/t/lib/KohaTest/Circulation/AddIssue.pm @@ -44,10 +44,7 @@ sub basic_usage : Test( 11 ) { or diag( Data::Dumper->Dump( [ $issuingimpossible, $needsconfirmation ], [ qw( issuingimpossible needsconfirmation ) ] ) ); my $datedue = C4::Circulation::AddIssue( $borrower, $barcode ); - { - local $TODO = 'AddIssue does not actually return the due date'; - ok( $datedue, "the item has been issued and it is due: $datedue" ); - } + ok( $datedue, "the item has been issued and it is due: $datedue" ); my $after_issues = C4::Circulation::GetItemIssue( $self->{'items'}[0]{'itemnumber'} ); is( $after_issues->{'borrowernumber'}, $borrowernumber, '...and now it is checked out to our borrower' ) -- 2.20.1