From: Dave Rolsky Date: Fri, 22 May 2009 14:09:01 +0000 (-0500) Subject: Clarify why tests are not passing X-Git-Tag: 0.80~70 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=78a8615d2d15daa0be291d40c0e3bb8d39112c02;p=gitmo%2FMoose.git Clarify why tests are not passing --- diff --git a/t/100_bugs/024_anon_method_metaclass.t b/t/100_bugs/024_anon_method_metaclass.t index f0a7494..81e6813 100644 --- a/t/100_bugs/024_anon_method_metaclass.t +++ b/t/100_bugs/024_anon_method_metaclass.t @@ -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" );