Bug 12708 - Unexpected behaviour in IE 9 and lower when using openWindow
[koha.git] / t / External_Overdrive.t
bloba6598466f494de1cfa75e675601bdb2ea1c6739e
1 #!/usr/bin/perl
3 # This Koha test module is a stub!
4 # Add more tests here!!!
6 use strict;
7 use warnings;
9 use Test::More tests => 1;
11 BEGIN {
12 use_ok('C4::External::OverDrive');