Fixing the tests so they can run with prove
authorChris Cormack <chrisc@catalyst.net.nz>
Wed, 28 Aug 2013 02:56:29 +0000 (14:56 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 28 Aug 2013 02:56:29 +0000 (14:56 +1200)
t/NCIPServer.t
t/NCIP_Configuration.t

index 1928ff1..b0dae14 100644 (file)
@@ -2,11 +2,12 @@
 
 use strict;
 use warnings;
+use lib 'lib';
 
 use Test::More tests => 2;
 BEGIN { use_ok('NCIPServer') };
 
-ok(my $server = NCIPServer->new({config_dir => '../t/config_sample'}));
+ok(my $server = NCIPServer->new({config_dir => 't/config_sample'}));
 
 # use Data::Dumper;
 # print Dumper $server;
index a9ca54f..99fda20 100644 (file)
 use strict;
 use warnings;
 use Sys::Syslog;
+use lib 'lib';
 
 use Test::More tests => 5;    # last test to print
 
 use_ok('NCIP::Configuration');
 
-ok( my $config = NCIP::Configuration->new('../t/config_sample'),
+ok( my $config = NCIP::Configuration->new('t/config_sample'),
     'Creating a config object' );
 
 # because the file is called NCIP.xml we now have that namespace