X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F25-setting-config-file.t;h=7799937471d22ec0fed65edc3e3d81497ebb83e2;hb=refs%2Fheads%2Ftorbjorn;hp=8d228f9f9b460c91fb83131b3cd7e74526b5d8d9;hpb=7d6cd3d6ef7fa948efc97568665ed270a946a147;p=catagits%2FCatalyst-Plugin-ConfigLoader.git diff --git a/t/25-setting-config-file.t b/t/25-setting-config-file.t index 8d228f9..7799937 100644 --- a/t/25-setting-config-file.t +++ b/t/25-setting-config-file.t @@ -16,7 +16,7 @@ BEGIN { eval { require Catalyst; Catalyst->VERSION( '5.80001' ); }; plan skip_all => 'Catalyst 5.80001 required' if $@; - plan tests => 22; + plan tests => 18; use Catalyst::Test (); @@ -84,8 +84,6 @@ BEGIN { }; - is( get( '/appconfig/test3_conf1' ), "a_value", "custom config var1 set" ); - is( get( '/appconfig/test3_conf2' ), "a_value", "custom config var2 set" ); is( get( '/appconfig/test3_conf3' ), "a_value", "custom config var3 set" ); is( get( '/appconfig/test3_conf4' ), "", "custom config var4 not set" ); @@ -109,8 +107,6 @@ BEGIN { }; - is( get( '/appconfig/test4_conf1' ), "a_value", "custom config var1 set" ); - is( get( '/appconfig/test4_conf2' ), "a_value", "custom config var2 set" ); is( get( '/appconfig/test4_conf3' ), "a_value", "custom config var3 set" ); is( get( '/appconfig/test4_conf4' ), "", "custom config var4 not set" );