X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F008_configfromfile.t;fp=t%2F008_configfromfile.t;h=ed742e26be194da78d02660631d5ca8148d52cf7;hp=39798a2b027481754f6ad37311955e5781e7a0c9;hb=e39374b57bb6d839ffff18af1ff25e07a52e1263;hpb=69eeaa971eb465cd2e3333563f4cc759f25075f6 diff --git a/t/008_configfromfile.t b/t/008_configfromfile.t index 39798a2..ed742e2 100644 --- a/t/008_configfromfile.t +++ b/t/008_configfromfile.t @@ -114,7 +114,7 @@ my %constructor_args; ok( !$app->config_from_override, '... config_from_override false as expected' ); - is( $app->configfile, path('/notused/default'), + is( path($app->configfile), path('/notused/default'), '... configfile is /notused/default as expected' ); cmp_deeply( @@ -134,7 +134,7 @@ my %constructor_args; ok( !$app->config_from_override, '... config_from_override false as expected' ); - is( $app->configfile, path('/notused/default'), + is( path($app->configfile), path('/notused/default'), '... configfile is /notused/default as expected' ); cmp_deeply( @@ -189,7 +189,7 @@ my %constructor_args; ok( $app->config_from_override, '... config_from_override true as expected' ); - is( $app->configfile, path('/notused/override'), + is( path($app->configfile), path('/notused/override'), '... configfile is /notused/override as expected' ); cmp_deeply( @@ -208,7 +208,7 @@ my %constructor_args; ok( $app->config_from_override, '... config_from_override true as expected' ); - is( $app->configfile, path('/notused/override'), + is( path($app->configfile), path('/notused/override'), '... configfile is /notused/override as expected' ); cmp_deeply( @@ -227,7 +227,7 @@ my %constructor_args; ok( $app->config_from_override, '... config_from_override true as expected' ); - is( $app->configfile, path('/notused/override'), + is( path($app->configfile), path('/notused/override'), '... configfile is /notused as expected' ); cmp_deeply(