Clarify why tests are not passing
Dave Rolsky [Fri, 22 May 2009 14:09:01 +0000 (09:09 -0500)]
t/100_bugs/024_anon_method_metaclass.t

index f0a7494..81e6813 100644 (file)
@@ -39,7 +39,7 @@ for ( 1, 2 ) {
     is( Ball->meta->get_method('bounce'), $method_object,
         'original method object is preserved' );
 
-    local $TODO = "method seems to be reinitialized" if !$method_meta;
+    local $TODO = "method metaclass seems to be reinitialized" if !$method_meta;
 
     is( Ball->meta->get_method('bounce')->meta . '', $original_meta,
         "method's metaclass still exists" );