Bug 5327 Added unit tests for C4/Reports.pm
authorConnor Dewar <connor.dewar@gmail.com>
Tue, 17 Jan 2012 02:40:25 +0000 (15:40 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Tue, 17 Jan 2012 14:31:56 +0000 (15:31 +0100)
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
perl t/Reports.t b/t/Reports.t
All tests complete successfully.

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.