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

(-)a/t/db_dependent/Creators/Lib.t (-1 / +1 lines)
Lines 53-58 can_ok( Link Here
53
my $dbh = C4::Context->dbh;
53
my $dbh = C4::Context->dbh;
54
$dbh->{AutoCommit} = 0;
54
$dbh->{AutoCommit} = 0;
55
$dbh->{RaiseError} = 1;
55
$dbh->{RaiseError} = 1;
56
$dbh->do('DELETE FROM issues');
56
$dbh->do('DELETE FROM creator_templates');
57
$dbh->do('DELETE FROM creator_templates');
57
$dbh->do('DELETE FROM creator_layouts');
58
$dbh->do('DELETE FROM creator_layouts');
58
$dbh->do('DELETE FROM creator_images');
59
$dbh->do('DELETE FROM creator_images');
59
- 

Return to bug 14059