From: sunnavy <sunnavy@bestpractical.com>
Date: Thu, 17 Sep 2009 12:12:57 +0000 (+0800)
Subject: small test update
X-Git-Tag: 0.32~28^2~3
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ce584bbe27dfdf0574169e8e5fd7bc13064cafb;p=gitmo%2FMouse.git

small test update
---

diff --git a/t/030_roles/002_role.t b/t/030_roles/002_role.t
index afbe34e..2dfe39b 100755
--- a/t/030_roles/002_role.t
+++ b/t/030_roles/002_role.t
@@ -70,7 +70,7 @@ isa_ok($foo_role->get_method('boo'), 'Mouse::Meta::Role::Method');
 
 is_deeply(
     [ sort $foo_role->get_method_list() ],
-    [ 'boo', 'foo' ],
+    [ 'boo', 'foo', 'meta' ],
     '... got the right method list');
 
 ok(FooRole->can('foo'), "locally defined methods are still there");