]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/perlmods/t/16-OpenILS-WWW-AddedContent.t
LP1615805 No inputs after submit in patron search (AngularJS)
[working/Evergreen.git] / Open-ILS / src / perlmods / t / 16-OpenILS-WWW-AddedContent.t
1 #!perl -T
2
3 use Test::More tests => 5;
4
5 BEGIN {
6         use_ok( 'OpenILS::WWW::AddedContent' );
7 }
8
9 use_ok( 'OpenILS::WWW::AddedContent::Amazon' );
10 use_ok( 'OpenILS::WWW::AddedContent::ContentCafe' );
11 use_ok( 'OpenILS::WWW::AddedContent::OpenLibrary' );
12 use_ok( 'OpenILS::WWW::AddedContent::Syndetic' );