Bugzilla – Attachment 69842 Details for
Bug 19821
Run tests on a separate database
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19821: Close filehandle after writing
Bug-19821-Close-filehandle-after-writing.patch (text/plain), 955 bytes, created by
Julian Maurice
on 2017-12-18 08:10:30 UTC
(
hide
)
Description:
Bug 19821: Close filehandle after writing
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2017-12-18 08:10:30 UTC
Size:
955 bytes
patch
obsolete
>From 038b1fcf32d3f2e0913fa1fc379ba7ca2bdd9248 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Mon, 18 Dec 2017 09:09:58 +0100 >Subject: [PATCH] Bug 19821: Close filehandle after writing > >--- > t/lib/Bootstrap.pm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/t/lib/Bootstrap.pm b/t/lib/Bootstrap.pm >index f679d392ff..7fac260b99 100644 >--- a/t/lib/Bootstrap.pm >+++ b/t/lib/Bootstrap.pm >@@ -28,6 +28,7 @@ sub import { > > my ($fh, $filename) = tempfile('koha-conf.XXXXXX', TMPDIR => 1, UNLINK => 1); > $xml->toFH($fh); >+ close $fh; > > $ENV{KOHA_CONF} = $filename; > >@@ -45,7 +46,7 @@ sub import { > my $user = C4::Context->config('user'); > my $pass = C4::Context->config('pass'); > >- say "Create test database..."; >+ say "Create test database $database..."; > > my $dbh = DBI->connect("dbi:mysql:;host=$host;port=$port", $user, $pass, { > RaiseError => 1, >-- >2.11.0
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 19821
:
69825
|
69842
|
69843
|
69844
|
71817
|
75045
|
75091
|
75092
|
81893
|
81894
|
81895
|
81896
|
81897
|
81898
|
81899
|
81900
|
99435
|
99436
|
99437
|
99438
|
99439
|
99440
|
99441
|
103409
|
103410
|
103411
|
103412
|
103413
|
103414
|
103415
|
105876
|
105877
|
105878
|
105879
|
105880
|
105881
|
105882
|
120417
|
120418
|
120419
|
120420
|
120421
|
120422
|
120423