Bugzilla – Attachment 65579 Details for
Bug 18851
Use Test::DBIx::Class in tests breaks packaging
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18851: (QA followup) Test doesn't need sessions on DB
Bug-18851-QA-followup-Test-doesnt-need-sessions-on.patch (text/plain), 1023 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2017-08-07 15:36:51 UTC
(
hide
)
Description:
Bug 18851: (QA followup) Test doesn't need sessions on DB
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2017-08-07 15:36:51 UTC
Size:
1023 bytes
patch
obsolete
>From 1fe2511e47e8907f0d3021a7b60d5176dafe9daa Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 7 Aug 2017 12:33:50 -0300 >Subject: [PATCH] Bug 18851: (QA followup) Test doesn't need sessions on DB > >As the DB structure is not initialized for sessions, running this tests raise an irrelevant warning. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > t/Koha_ExternalContent_OverDrive.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/Koha_ExternalContent_OverDrive.t b/t/Koha_ExternalContent_OverDrive.t >index f4cb775..8afa226 100755 >--- a/t/Koha_ExternalContent_OverDrive.t >+++ b/t/Koha_ExternalContent_OverDrive.t >@@ -29,6 +29,8 @@ SKIP: { > > use_ok('Koha::ExternalContent::OverDrive'); > >+ t::lib::Mocks::mock_preference('SessionStorage','tmp'); >+ > t::lib::Mocks::mock_preference('OverDriveClientKey', 'DUMMY'); > t::lib::Mocks::mock_preference('OverDriveClientSecret', 'DUMMY'); > t::lib::Mocks::mock_preference('OverDriveLibraryID', 'DUMMY'); >-- >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 18851
:
64830
|
64831
|
64832
|
64913
|
64979
|
64990
|
64991
|
64992
|
64993
|
65199
|
65368
|
65574
|
65575
|
65576
|
65577
|
65578
| 65579