From f9f4233edf09878b17da5f40d9e41b708556d69c Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Wed, 18 Sep 2013 12:16:35 +1200 Subject: [PATCH] Adding more tests to NCIPServer.t Signed-off-by: Chris Cormack --- t/NCIPServer.t | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/t/NCIPServer.t b/t/NCIPServer.t index b0dae14..10dc320 100644 --- a/t/NCIPServer.t +++ b/t/NCIPServer.t @@ -4,11 +4,16 @@ use strict; use warnings; use lib 'lib'; -use Test::More tests => 2; +use Test::More tests => 3; BEGIN { use_ok('NCIPServer') }; ok(my $server = NCIPServer->new({config_dir => 't/config_sample'})); + +# internal routines not called except by run, but we should test them +ok($server->configure_hook()); + + # use Data::Dumper; # print Dumper $server; -- 2.43.2