X-Git-Url: https://git.evergreen-ils.org/?p=working%2FNCIPServer.git;a=blobdiff_plain;f=t%2FNCIP_Configuration.t;h=99fda200c1d7d2724082a57a3e1679874edb639b;hp=e01cf56b052c90a1272c3d575f9dea2e1f7f4960;hb=d8b45d0459a5fa96e451781dc7c95039f11d8232;hpb=399cb7e0767cc8276468f775e86fa0c49292f0a4 diff --git a/t/NCIP_Configuration.t b/t/NCIP_Configuration.t index e01cf56..99fda20 100644 --- a/t/NCIP_Configuration.t +++ b/t/NCIP_Configuration.t @@ -17,12 +17,14 @@ 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