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

(-)a/t/db_dependent/Reserves.t (-3 / +1 lines)
Lines 47-58 $module->mock('userenv', sub { Link Here
47
    { }
47
    { }
48
});
48
});
49
49
50
my $dbh = C4::Context->dbh;
51
52
# Start transaction
50
# Start transaction
53
my $database = Koha::Database->new();
51
my $database = Koha::Database->new();
54
my $schema = $database->schema();
52
my $schema = $database->schema();
55
$schema->storage->txn_begin();
53
$schema->storage->txn_begin();
54
my $dbh = C4::Context->dbh;
56
55
57
my $builder = t::lib::TestBuilder->new;
56
my $builder = t::lib::TestBuilder->new;
58
57
59
- 

Return to bug 17539