From 3ebf401f21f343d7d2e257e167ac72ea7b2595fa 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 Content-Type: text/plain; charset="UTF-8" Signed-off-by: Jared Camins-Esakov --- 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.2.5