Bugzilla – Attachment 80353 Details for
Bug 21536
t/Koha_ExternalContent_RecordedBooks.t skips more tests than scheduled
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21536: t/Koha_ExternalContent_RecordedBooks.t skips more tests than scheduled
Bug-21536-tKohaExternalContentRecordedBookst-skips.patch (text/plain), 1.04 KB, created by
Mirko Tietgen
on 2018-10-10 14:18:31 UTC
(
hide
)
Description:
Bug 21536: t/Koha_ExternalContent_RecordedBooks.t skips more tests than scheduled
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2018-10-10 14:18:31 UTC
Size:
1.04 KB
patch
obsolete
>From e0def58fbb359f9dfd423d6dae1e376d19d5701c Mon Sep 17 00:00:00 2001 >From: Mirko Tietgen <mirko@abunchofthings.net> >Date: Wed, 10 Oct 2018 16:17:17 +0200 >Subject: [PATCH] Bug 21536: t/Koha_ExternalContent_RecordedBooks.t skips more > tests than scheduled > >t/Koha_ExternalContent_RecordedBooks.t skips more tests than scheduled >if WebService::ILS is not available. >--- > t/Koha_ExternalContent_RecordedBooks.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/Koha_ExternalContent_RecordedBooks.t b/t/Koha_ExternalContent_RecordedBooks.t >index 5e3a4cc..7fdbfaa 100755 >--- a/t/Koha_ExternalContent_RecordedBooks.t >+++ b/t/Koha_ExternalContent_RecordedBooks.t >@@ -11,7 +11,7 @@ use Module::Load::Conditional qw( can_load ); > plan tests => 3; > > SKIP: { >- skip "cannot find WebService::ILS::RecordedBooks::Partner", 5 >+ skip "cannot find WebService::ILS::RecordedBooks::Partner", 3 > unless can_load( modules => { 'WebService::ILS::RecordedBooks::Patron' => undef } ); > > use_ok('Koha::ExternalContent::RecordedBooks'); >-- >2.1.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 21536
:
80353
|
80476
|
80502