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;fp=t%2Fcdi_backcompat_plugin_accessor_override.t;h=bb6bddf6c7a1f600db86e1c399e1a64a76f62150;hp=01ee2585a6ceef5653f3d476fcfa6ffc7d8ed88b;hb=76721d3c6f8660effa365b8c1574b1e87f4973cb;hpb=4e37bcd991f09d8215fa2c79122d187ec411864c diff --git a/t/cdi_backcompat_plugin_accessor_override.t b/t/cdi_backcompat_plugin_accessor_override.t index 01ee258..bb6bddf 100644 --- a/t/cdi_backcompat_plugin_accessor_override.t +++ b/t/cdi_backcompat_plugin_accessor_override.t @@ -30,9 +30,7 @@ lives_ok { # And the plugin's setup_finished method should have been run, as accessors # are not created in MyApp until the data is written to. -TODO: { - local $TODO = "Copying the class data accessor down into MyApp other than at runtime\n" . - " when assigned (as pre exact CDI behavior) causes methods to not get run"; +{ no warnings 'once'; is $CDICompatTestPlugin::Data::HAS_RUN_SETUP_FINISHED, 1, 'Plugin setup_finish run'; }