From: gfx Date: Fri, 19 Feb 2010 07:13:58 +0000 (+0900) Subject: Resolve several failing tests X-Git-Tag: 0.50_02~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=45eea07f4090ae7ed7a6556bfa5897f34155b489 Resolve several failing tests --- diff --git a/t/040_type_constraints/failing/022_custom_type_errors.t b/t/040_type_constraints/022_custom_type_errors.t similarity index 100% rename from t/040_type_constraints/failing/022_custom_type_errors.t rename to t/040_type_constraints/022_custom_type_errors.t diff --git a/t/040_type_constraints/failing/023_types_and_undef.t b/t/040_type_constraints/023_types_and_undef.t similarity index 99% rename from t/040_type_constraints/failing/023_types_and_undef.t rename to t/040_type_constraints/023_types_and_undef.t index e504eb3..f276688 100644 --- a/t/040_type_constraints/failing/023_types_and_undef.t +++ b/t/040_type_constraints/023_types_and_undef.t @@ -6,7 +6,7 @@ use warnings; use Test::More tests => 54; use Test::Exception; - +use t::lib::MooseCompat; { package Foo; diff --git a/t/040_type_constraints/failing/029_define_type_twice_throws.t b/t/040_type_constraints/029_define_type_twice_throws.t similarity index 100% rename from t/040_type_constraints/failing/029_define_type_twice_throws.t rename to t/040_type_constraints/029_define_type_twice_throws.t