X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F03-introspection.t;h=bfe6727ff52e3d34e70346f099e85bf918c031f5;hb=b2e0e01ec7ccd4771694b1fbd1452d551bc2829f;hp=b58fdb98442d94e0ccb2c5aff93633d3ee0b7496;hpb=076543d67c4fa1d0ccebdfcbf925372d1d68613a;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/t/03-introspection.t b/t/03-introspection.t index b58fdb9..bfe6727 100644 --- a/t/03-introspection.t +++ b/t/03-introspection.t @@ -16,8 +16,7 @@ ok( HasClassAttribute->meta()->get_class_attribute('ObjectCount') ->meta()->does_role('MooseX::ClassAttribute::Role::Meta::Attribute'), 'get_class_attribute_list returns an object which does the MooseX::ClassAttribute::Role::Meta::Attribute role' ); -my @ca = qw( Delegatee LazyAttribute ManyNames ObjectCount ReadOnlyAttribute WeakAttribute ); -push @ca, 'Mapping' if SharedTests->HasMXAH(); +my @ca = qw( Delegatee LazyAttribute ManyNames Mapping ObjectCount ReadOnlyAttribute WeakAttribute ); is_deeply( [ sort HasClassAttribute->meta()->get_class_attribute_list() ], [ sort @ca ],