X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fcdi_backcompat_plugin_accessor_override.t;h=e60ccd640d0254e7fb4d0ed2e8d18d865b4d0ab6;hp=8a917815b279810aab70401d6135501d9eb76c53;hb=8a440eba91ace539964b76901ad0e9274ece4ec6;hpb=85781ad7ed72409d08127c0c23610ecb2de5663a diff --git a/t/cdi_backcompat_plugin_accessor_override.t b/t/cdi_backcompat_plugin_accessor_override.t index 8a91781..e60ccd6 100644 --- a/t/cdi_backcompat_plugin_accessor_override.t +++ b/t/cdi_backcompat_plugin_accessor_override.t @@ -24,9 +24,7 @@ $SIG{__DIE__} = \&Carp::confess; __PACKAGE__->config; } -TODO: { - local $TODO = 'The overridden setup in CDICompatTestApp + the overridden accessor causes destruction'; - lives_ok { - CDICompatTestApp->setup; - } 'Setup app with plugins which says use base qw/Class::Accessor::Fast/'; -} +lives_ok { + CDICompatTestApp->setup; +} 'Setup app with plugins which says use base qw/Class::Accessor::Fast/'; +