From 39dd0d37918b6c3c7cfd405abe1ead4907b62e8b Mon Sep 17 00:00:00 2001 From: Connor Dewar Date: Tue, 17 Jan 2012 15:40:25 +1300 Subject: [PATCH] [SIGNED-OFF] 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 files changed, 3 insertions(+), 1 deletions(-) diff --git a/t/Reports.t b/t/Reports.t index 667cb8c..e28efd6 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. -- 1.7.5.4