From: Shawn M Moore Date: Tue, 25 Nov 2008 06:24:23 +0000 (+0000) Subject: Test fix X-Git-Tag: 0.05~76 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Role-Parameterized.git;a=commitdiff_plain;h=33b2d773f8ff6666144c5daf2abd625aaff7f6d7 Test fix --- diff --git a/t/002-role-block.t b/t/002-role-block.t index 9c9639d..ee67c15 100644 --- a/t/002-role-block.t +++ b/t/002-role-block.t @@ -47,4 +47,4 @@ is($age_attr->{default}, 7, "role's age attribute has the right default"); my $birthday_method = $role->get_method('birthday'); is($birthday_method->name, 'birthday', "method name"); -is($birthday_method->package_name, 'MyPerson', "package name"); +is($birthday_method->package_name, $role->name, "package name");