Skip to content

Commit

Permalink
Adding more tests to NCIPServer.t
Browse files Browse the repository at this point in the history
  • Loading branch information
ranginui committed Sep 18, 2013
1 parent 43d9bb7 commit 7ec5fd0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion t/NCIPServer.t
Expand Up @@ -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;

Expand Down

0 comments on commit 7ec5fd0

Please sign in to comment.