From: Dave Rolsky Date: Sun, 14 Sep 2008 02:57:06 +0000 (+0000) Subject: These tests pass now X-Git-Tag: 0.58~34^2~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d9a57e33ac3d162111ff769e64057e238cb7b493;p=gitmo%2FMoose.git These tests pass now --- diff --git a/t/050_metaclasses/013_metaclass_traits.t b/t/050_metaclasses/013_metaclass_traits.t index 9a32641..950665c 100644 --- a/t/050_metaclasses/013_metaclass_traits.t +++ b/t/050_metaclasses/013_metaclass_traits.t @@ -171,9 +171,6 @@ is( Role::Foo->meta()->simple(), 5, '... and error provides a useful explanation' ); } -SKIP: -{ - skip 'This will blow up until Moose::Meta::Class->_fix_metaclass_incompatibility understands roles', 5; { package Foo::Subclass; @@ -190,4 +187,4 @@ is( Foo::Subclass->meta()->simple2(), 55, can_ok( Foo::Subclass->meta(), 'attr2' ); is( Foo::Subclass->meta()->attr2(), 'something', 'Foo::Subclass->meta()->attr2() returns expected value' ); -} +