Bug 6488 adding a 2nd \n to silence logs
[koha_gimpoz] / t / Reports.t
index 667cb8c..e28efd6 100755 (executable)
@@ -6,9 +6,11 @@
 use strict;
 use warnings;
 
-use Test::More tests => 1;
+use Test::More tests => 2;
 
 BEGIN {
         use_ok('C4::Reports');
 }
 
+
+ok(GetDelimiterChoices(),"Testing getting delimeter choices");  #Not testing the value of the output just that it returns something.