View | Details | Raw Unified | Return to bug 5327
Collapse All | Expand All

(-)a/t/db_dependent/SIP_ILS.t (-5 lines)
Lines 27-33 $transaction2->patron(my $patron2 = ILS::Patron->new("ABCDE12345")); Link Here
27
ok(!defined $patron2, "patron code: ABCDE12345 is invalid");
27
ok(!defined $patron2, "patron code: ABCDE12345 is invalid");
28
28
29
ok($transaction->do_renew_all(), "items renewed correctly");
29
ok($transaction->do_renew_all(), "items renewed correctly");
30
31
32
my $object = ILS::Transaction::Renew->new();
33
is($object->do_renew(), "", "");
34
- 

Return to bug 5327