From 5dcb2f1a6a5020aa5087e456640be6cf46be38df Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sat, 11 Feb 2012 11:09:21 +1300 Subject: [PATCH] Bug 5327 : Removing a broken test --- t/db_dependent/SIP_ILS.t | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/t/db_dependent/SIP_ILS.t b/t/db_dependent/SIP_ILS.t index ff01f8f..daf1c29 100755 --- a/t/db_dependent/SIP_ILS.t +++ b/t/db_dependent/SIP_ILS.t @@ -27,7 +27,3 @@ $transaction2->patron(my $patron2 = ILS::Patron->new("ABCDE12345")); ok(!defined $patron2, "patron code: ABCDE12345 is invalid"); ok($transaction->do_renew_all(), "items renewed correctly"); - - -my $object = ILS::Transaction::Renew->new(); -is($object->do_renew(), "", ""); -- 1.7.5.4