Bug 5327 : Removing a broken test
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
This commit is contained in:
parent
8aacb28fc0
commit
181f3b36ee
1 changed files with 0 additions and 4 deletions
|
@ -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(), "", "");
|
||||
|
|
Loading…
Reference in a new issue