And fixes for the CDI issue, this is getting really yucky..
[catagits/Catalyst-Runtime.git] / t / cdi_backcompat_plugin_accessor_override.t
index 01ee258..bb6bddf 100644 (file)
@@ -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';
 }