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

(-)a/t/Koha_ExternalContent_RecordedBooks.t (-2 / +1 lines)
Lines 11-17 use Module::Load::Conditional qw( can_load ); Link Here
11
plan tests => 3;
11
plan tests => 3;
12
12
13
SKIP: {
13
SKIP: {
14
    skip "cannot find WebService::ILS::RecordedBooks::Partner", 5
14
    skip "cannot find WebService::ILS::RecordedBooks::Partner", 3
15
      unless can_load( modules => { 'WebService::ILS::RecordedBooks::Patron' => undef } );
15
      unless can_load( modules => { 'WebService::ILS::RecordedBooks::Patron' => undef } );
16
16
17
    use_ok('Koha::ExternalContent::RecordedBooks');
17
    use_ok('Koha::ExternalContent::RecordedBooks');
18
- 

Return to bug 21536