Browse Source

Bug 15757 [QA Followup] - Having EDI configured will make unit tests fail

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Brendan Gallagher <bredan@bywatersolutions.com>
new_12478_elasticsearch
Kyle Hall 8 years ago
committed by Brendan Gallagher
parent
commit
2e7df30450
  1. 1
      t/db_dependent/Circulation_Issuingrule.t

1
t/db_dependent/Circulation_Issuingrule.t

@ -28,6 +28,7 @@ $dbh->{AutoCommit} = 0;
$dbh->do(q|DELETE FROM issues|);
$dbh->do(q|DELETE FROM items|);
$dbh->do(q|DELETE FROM borrowers|);
$dbh->do(q|DELETE FROM edifact_ean|);
$dbh->do(q|DELETE FROM branches|);
$dbh->do(q|DELETE FROM categories|);
$dbh->do(q|DELETE FROM issuingrules|);

Loading…
Cancel
Save