Bugzilla – Attachment 44389 Details for
Bug 15081
TestBuilder should not handle the transaction
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15081 [QA Followup] - Fix issue with Barcodes_ValueBuilder.t
Bug-15081-QA-Followup---Fix-issue-with-BarcodesVal.patch (text/plain), 806 bytes, created by
Kyle M Hall (khall)
on 2015-11-04 14:35:04 UTC
(
hide
)
Description:
Bug 15081 [QA Followup] - Fix issue with Barcodes_ValueBuilder.t
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2015-11-04 14:35:04 UTC
Size:
806 bytes
patch
obsolete
>From 6982be4a80c5109c48b938520cf80643a247b22f Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 4 Nov 2015 09:34:11 -0500 >Subject: [PATCH] Bug 15081 [QA Followup] - Fix issue with Barcodes_ValueBuilder.t > >--- > t/db_dependent/Barcodes_ValueBuilder.t | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/t/db_dependent/Barcodes_ValueBuilder.t b/t/db_dependent/Barcodes_ValueBuilder.t >index 5d19423..38b181f 100644 >--- a/t/db_dependent/Barcodes_ValueBuilder.t >+++ b/t/db_dependent/Barcodes_ValueBuilder.t >@@ -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', >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15081
:
44281
|
44282
|
44284
|
44286
|
44387
|
44388
| 44389