X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdi_backcompat_plugin_accessor_override.t;h=bb6bddf6c7a1f600db86e1c399e1a64a76f62150;hb=76721d3c6f8660effa365b8c1574b1e87f4973cb;hp=9b3bb0f73280f4e71a4fa9cd5157bdba554f6e52;hpb=df3ea11bb1ad740663f2a4c909fba71612aa6a48;p=catagits%2FCatalyst-Runtime.git diff --git a/t/cdi_backcompat_plugin_accessor_override.t b/t/cdi_backcompat_plugin_accessor_override.t index 9b3bb0f..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'; }