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

(-)a/t/db_dependent/Circulation/issue.t (-6 lines)
Lines 295-305 is_deeply( Link Here
295
);
295
);
296
296
297
#With something in DB
297
#With something in DB
298
# Add a default rule: No renewal allowed
299
$dbh->do(q|
300
    INSERT INTO issuingrules( categorycode, itemtype, branchcode, issuelength, renewalsallowed )
301
    VALUES ( '*', '*', '*', 10, 0 )
302
|);
303
@renewcount = C4::Circulation::GetRenewCount();
298
@renewcount = C4::Circulation::GetRenewCount();
304
is_deeply(
299
is_deeply(
305
    \@renewcount,
300
    \@renewcount,
306
- 

Return to bug 20912