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

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

Return to bug 20912