Bug 18243: 16034 follow-up: better handling of absence of WebService::ILS::OverDrive...
authorSrdjan <srdjan@catalyst.net.nz>
Thu, 2 Mar 2017 00:31:14 +0000 (13:31 +1300)
committerKyle M Hall <kyle@bywatersolutions.com>
Mon, 20 Mar 2017 15:28:35 +0000 (15:28 +0000)
commit69f68da800794d964836daa472e3c0ce2b154f95
tree19fa6e0cf539d79ff9e896f860f13f0017793ec1
parent2470e225d8791d1b87daaebde2591caab6427d49
Bug 18243: 16034 follow-up: better handling of absence of WebService::ILS::OverDrive::Patron at testing

To test:
1 - Make sure you don't have WebService::ILS::OverDrive::Patron
installed
2 - prove t/Koha_ExternalContent_OverDrive.t
3 - You should get a failure to load module and tests are skipped
4 - Apply patch
5 - prove t/Koha_ExternalContent_OverDrive.t
6 - Module is not loaded, test are skipped

Fixed small typo 'cannot filnd' -> 'cannot find'
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
t/Koha_ExternalContent_OverDrive.t