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

(-)a/t/db_dependent/Items/GetItemsForInventory.t (-3 lines)
Lines 35-42 my $dbh = C4::Context->dbh; Link Here
35
$dbh->{AutoCommit} = 0;
35
$dbh->{AutoCommit} = 0;
36
$dbh->{RaiseError} = 1;
36
$dbh->{RaiseError} = 1;
37
37
38
diag("This could take a while for large datasets...");
39
40
my ($oldResults, $oldCount) = OldWay($dbh);
38
my ($oldResults, $oldCount) = OldWay($dbh);
41
my ($newResults, $newCount) = GetItemsForInventory( { interface => 'staff' } );
39
my ($newResults, $newCount) = GetItemsForInventory( { interface => 'staff' } );
42
40
43
- 

Return to bug 13074