X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F020_attributes%2F019_attribute_lazy_initializer.t;fp=t%2F020_attributes%2Ffailing%2F019_attribute_lazy_initializer.t;h=eb4dd91cca1976eb2c9ac7fab6e9715c5dc870bd;hp=5e7227601599a4932dba44b0252986ece9fc32b5;hb=fde8e43f95fe996fbc2a778aa259feeb04552171;hpb=0bdc9d38dfd3de07aad929f6629f8fa65d434c27 diff --git a/t/020_attributes/failing/019_attribute_lazy_initializer.t b/t/020_attributes/019_attribute_lazy_initializer.t similarity index 94% rename from t/020_attributes/failing/019_attribute_lazy_initializer.t rename to t/020_attributes/019_attribute_lazy_initializer.t index 5e72276..eb4dd91 100644 --- a/t/020_attributes/failing/019_attribute_lazy_initializer.t +++ b/t/020_attributes/019_attribute_lazy_initializer.t @@ -1,13 +1,16 @@ #!/usr/bin/perl +# This is automatically generated by author/import-moose-test.pl. +# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! +use t::lib::MooseCompat; use strict; use warnings; -use Test::More tests => 23; +use Test::More; +$TODO = q{Mouse is not yet completed}; use Test::Exception; - { package Foo; use Mouse; @@ -148,3 +151,4 @@ dies_ok { Fail::Bar->new(foo => 10) } '... this fails, because initializer returns a bad type'; +done_testing;