From: Shawn M Moore Date: Wed, 11 Jun 2008 09:16:27 +0000 (+0000) Subject: Name the failing test X-Git-Tag: 0_64~27 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=97c92bd02de9c73137b93ad1ebb56366b2553778;p=gitmo%2FClass-MOP.git Name the failing test --- diff --git a/t/302_modify_parent_method.t b/t/302_modify_parent_method.t index 68f3e38..fb1bcac 100644 --- a/t/302_modify_parent_method.t +++ b/t/302_modify_parent_method.t @@ -80,5 +80,5 @@ is_deeply([splice @calls], [ 'Parent::method', 'after Parent::method', 'after Child::method', -]); +], "cache is correctly invalidated when the parent method is wrapped");