Bugzilla – Attachment 60789 Details for
Bug 16034
Integration with OverDrive Patron API
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 16034 follow-up: better handling of absence of WebService::ILS::OverDrive::Patron at testing
Bug-16034-follow-up-better-handling-of-absence-of-.patch (text/plain), 1.09 KB, created by
Srdjan Jankovic
on 2017-03-02 00:33:43 UTC
(
hide
)
Description:
Bug 16034 follow-up: better handling of absence of WebService::ILS::OverDrive::Patron at testing
Filename:
MIME Type:
Creator:
Srdjan Jankovic
Created:
2017-03-02 00:33:43 UTC
Size:
1.09 KB
patch
obsolete
>From 1fab785d644722668ea17cd0a988b496adb3cc9f Mon Sep 17 00:00:00 2001 >From: Srdjan <srdjan@catalyst.net.nz> >Date: Thu, 2 Mar 2017 13:31:14 +1300 >Subject: [PATCH] Bug 16034 follow-up: better handling of absence of > WebService::ILS::OverDrive::Patron at testing > >--- > t/Koha_ExternalContent_OverDrive.t | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/t/Koha_ExternalContent_OverDrive.t b/t/Koha_ExternalContent_OverDrive.t >index de70b3d..804893c 100755 >--- a/t/Koha_ExternalContent_OverDrive.t >+++ b/t/Koha_ExternalContent_OverDrive.t >@@ -3,11 +3,11 @@ use Modern::Perl; > use t::lib::Mocks; > use Test::More tests => 5; # last test to print > >-local $@; >-eval { require WebService::ILS::OverDrive::Patron; } >- or diag($@); >+use Module::Load::Conditional qw( can_load ); >+ > SKIP: { >- skip "cannot filnd WebService::ILS::OverDrive::Patron", 5 if $@; >+ skip "cannot filnd WebService::ILS::OverDrive::Patron", 5 >+ unless can_load( modules => { 'WebService::ILS::OverDrive::Patron' => undef } ); > > use_ok('Koha::ExternalContent::OverDrive'); > >-- >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 16034
:
48919
|
48920
|
48921
|
49929
|
49930
|
49931
|
53793
|
55594
|
55675
|
55676
|
55677
|
55678
|
55763
|
55764
|
55765
|
55766
|
55815
|
55816
|
57398
|
57399
|
57400
|
57401
|
58518
|
58519
|
58520
|
58521
|
58522
|
58790
|
58791
|
59055
|
59056
|
59057
|
59058
|
59392
|
59393
|
59394
|
59395
|
59713
|
59714
|
59743
|
59744
|
59745
|
59746
|
60626
|
60654
|
60789