Bug 15081: (QA followup) Fix issue with Barcodes_ValueBuilder.t
authorKyle M Hall <kyle@bywatersolutions.com>
Wed, 4 Nov 2015 14:34:11 +0000 (09:34 -0500)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 4 Nov 2015 15:32:57 +0000 (12:32 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
t/db_dependent/Barcodes_ValueBuilder.t

index 5d19423..38b181f 100644 (file)
@@ -32,6 +32,7 @@ $schema->storage->txn_begin;
 my $builder = t::lib::TestBuilder->new;
 
 my $dbh = C4::Context->dbh;
+$dbh->do(q|DELETE FROM issues|);
 $dbh->do(q|DELETE FROM items|);
 my $item_1 = $builder->build({
     source => 'Item',