From e96c92d077b8fdc4da70781a18c52c2706299254 Mon Sep 17 00:00:00 2001 From: Connor Dewar Date: Tue, 17 Jan 2012 15:40:25 +1300 Subject: [PATCH] Bug 5327 Added unit tests for C4/Reports.pm Signed-off-by: Katrin Fischer perl t/Reports.t b/t/Reports.t All tests complete successfully. --- t/Reports.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/Reports.t b/t/Reports.t index 667cb8c880..e28efd682e 100755 --- a/t/Reports.t +++ b/t/Reports.t @@ -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. -- 2.39.2