Bug 7460: Add template toolkit's FILTER html_line_break on opac details description...
[koha.git] / t / db_dependent / Serials_2.t
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4
5 use Test::More;
6
7 use_ok('C4::Serials');
8 my $supplierlist=eval{GetSuppliersWithLateIssues()};
9 ok(length($@)==0,"No SQL problem in GetSuppliersWithLateIssues");
10 done_testing();