From 926aa5a84cb0f988e7b8e834007a561f0e8d582a Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 8 Nov 2017 10:13:35 -0300 Subject: [PATCH] Bug 17602: Adapt test plan to make the tests pass --- 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 e6db9aacef..cccf41c489 100755 --- a/t/Koha_ExternalContent_RecordedBooks.t +++ b/t/Koha_ExternalContent_RecordedBooks.t @@ -8,7 +8,7 @@ use Test::MockModule; use Module::Load::Conditional qw( can_load ); -plan tests => 3; +plan tests => 5; SKIP: { skip "cannot find WebService::ILS::RecordedBooks::Partner", 5 -- 2.11.0