X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F20-parse.t;h=910c80baf778208fa0015a705d9f74404bf88ad7;hp=7396003449ed907081a82098fe9ffa1ab165f465;hb=712235202a9cc46d4d5efa86a7f40c64771f9498;hpb=d8d4d54349e2d5a4f767674e4844fd1cd2055019 diff --git a/t/20-parse.t b/t/20-parse.t index 7396003..910c80b 100644 --- a/t/20-parse.t +++ b/t/20-parse.t @@ -3,8 +3,7 @@ use strict; use warnings; no warnings 'once'; -$|++; -use Test::More tests => 54; +use Test::More tests => 6*9; use Scalar::Util qw(blessed reftype); use Config::Any; use Config::Any::General; @@ -14,8 +13,6 @@ use Config::Any::Perl; use Config::Any::XML; use Config::Any::YAML; -$Config::Any::YAML::NO_YAML_XS_WARNING = 1; - our %ext_map = ( conf => 'Config::Any::General', ini => 'Config::Any::INI', @@ -36,8 +33,9 @@ sub load_parser_for { for my $f ( map { "t/conf/conf.$_" } keys %ext_map ) { my ( $skip, $mod ) = load_parser_for( $f ); -SKIP: { - skip "File loading backend for $mod not found", 9 if $skip; + SKIP: { + skip "File loading backend for $mod not found", 9 + if $skip && !$ENV{RELEASE_TESTING}; ok( my $c_arr = Config::Any->load_files(