FIXME
André Walker [Thu, 21 Jul 2011 14:36:55 +0000 (11:36 -0300)]
t/aggregate/unit_core_component_loading.t

index 591d1ae..ba62ff6 100644 (file)
@@ -100,6 +100,7 @@ can_ok( $appclass, 'components');
 
 my $complist = $appclass->components;
 
+# FIXME should the app class really be included in ->components?
 # the +1 below is for the app class itself
 is(scalar keys %$complist, 24+1, "Correct number of components loaded");