Bug 5327 : Removing a broken test

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
Chris Cormack 2012-02-11 11:09:21 +13:00 committed by Paul Poulain
parent 8aacb28fc0
commit 181f3b36ee

View file

@ -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(), "", "");