View | Details | Raw Unified | Return to bug 17602
Collapse All | Expand All

(-)a/t/Koha_ExternalContent_RecordedBooks.t (-2 / +1 lines)
Lines 8-14 use Test::MockModule; Link Here
8
8
9
use Module::Load::Conditional qw( can_load );
9
use Module::Load::Conditional qw( can_load );
10
10
11
plan tests => 3;
11
plan tests => 5;
12
12
13
SKIP: {
13
SKIP: {
14
    skip "cannot find WebService::ILS::RecordedBooks::Partner", 5
14
    skip "cannot find WebService::ILS::RecordedBooks::Partner", 5
15
- 

Return to bug 17602