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

(-)a/t/db_dependent/Search/History.t (-1 / +4 lines)
Lines 24-29 my $schema = Koha::Database->new->schema; Link Here
24
$schema->storage->txn_begin;
24
$schema->storage->txn_begin;
25
my $dbh = C4::Context->dbh;
25
my $dbh = C4::Context->dbh;
26
26
27
# FIXME: SessionStorage defaults to mysql, but it seems to break transaction
28
# handling
29
t::lib::Mocks::mock_preference( 'SessionStorage', 'tmp' );
30
27
use_ok('Koha::DateUtils');
31
use_ok('Koha::DateUtils');
28
use_ok('C4::Search::History');
32
use_ok('C4::Search::History');
29
33
30
- 

Return to bug 18976