Bugzilla – Attachment 61187 Details for
Bug 18287
Fix t/Koha.t having a Test::DBIx::Class cache issue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18287 - Fix t/Koha.t having a Test::DBIx::Class cache issue
Bug-18287---Fix-tKohat-having-a-TestDBIxClass-cach.patch (text/plain), 743 bytes, created by
Olli-Antti Kivilahti
on 2017-03-16 19:20:19 UTC
(
hide
)
Description:
Bug 18287 - Fix t/Koha.t having a Test::DBIx::Class cache issue
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2017-03-16 19:20:19 UTC
Size:
743 bytes
patch
obsolete
>From d97bc2a5a89eec541ca95c0471c13047fdbee0ba Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> >Date: Thu, 16 Mar 2017 21:17:24 +0200 >Subject: [PATCH] Bug 18287 - Fix t/Koha.t having a Test::DBIx::Class cache > issue > >REPLICATE ISSUE: > >perl t/Koha.t -> fails > >AFTER THIS PATCH AND DEPENDENCIES: > >perl t/Koha.t -> OK >--- > t/Koha.t | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/t/Koha.t b/t/Koha.t >index 2e11ab7..dd0e4a4 100755 >--- a/t/Koha.t >+++ b/t/Koha.t >@@ -47,6 +47,7 @@ sub fixtures { > > my $db = Test::MockModule->new('Koha::Database'); > $db->mock( _new_schema => sub { return Schema(); } ); >+Koha::Database::flush_schema_cache(); > > my $libraries = [ > ['XXX_test', 'my branchname XXX'], >-- >2.7.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 18287
:
61187
|
64000