Bugzilla – Attachment 57155 Details for
Bug 17539
t/db_dependent/Reserves.t is failing
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17539: [QA Follow-up] Move handle after schema
Bug-17539-QA-Follow-up-Move-handle-after-schema.patch (text/plain), 885 bytes, created by
Marcel de Rooy
on 2016-11-04 08:04:13 UTC
(
hide
)
Description:
Bug 17539: [QA Follow-up] Move handle after schema
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2016-11-04 08:04:13 UTC
Size:
885 bytes
patch
obsolete
>From 202e394eacbf17cef2cff5bd90c7cd47d210e899 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Fri, 4 Nov 2016 08:58:20 +0100 >Subject: [PATCH] Bug 17539: [QA Follow-up] Move handle after schema >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > t/db_dependent/Reserves.t | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/t/db_dependent/Reserves.t b/t/db_dependent/Reserves.t >index e238bab..1d45893 100755 >--- a/t/db_dependent/Reserves.t >+++ b/t/db_dependent/Reserves.t >@@ -47,12 +47,11 @@ $module->mock('userenv', sub { > { } > }); > >-my $dbh = C4::Context->dbh; >- > # Start transaction > my $database = Koha::Database->new(); > my $schema = $database->schema(); > $schema->storage->txn_begin(); >+my $dbh = C4::Context->dbh; > > my $builder = t::lib::TestBuilder->new; > >-- >1.7.10.4
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 17539
:
57094
|
57095
|
57096
|
57127
|
57128
|
57129
|
57134
|
57135
|
57136
|
57137
|
57151
|
57152
|
57153
|
57154
| 57155