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

(-)a/t/db_dependent/Upload.t (-2 lines)
Lines 11-17 use t::lib::TestBuilder; Link Here
11
use C4::Context;
11
use C4::Context;
12
use Koha::Database;
12
use Koha::Database;
13
use Koha::Upload;
13
use Koha::Upload;
14
use Koha::Schema::Result::UploadedFile;
15
14
16
my $schema  = Koha::Database->new->schema;
15
my $schema  = Koha::Database->new->schema;
17
$schema->storage->txn_begin;
16
$schema->storage->txn_begin;
18
- 

Return to bug 14686