Bug 11502: make library filter in "Holds To Pull" more precise
[koha.git] / t / Log.t
blob797475861e858453083700206cc77e2ec48a1cdf
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 => 3;
11 BEGIN {
12 use_ok('C4::Log');
15 ok( my $hash=GetLogStatus(),"Testing GetLogStatus");
17 ok( $hash->{BorrowersLog}, 'Testing hash is non empty');