X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F020_attributes%2F001_attribute_reader_generation.t;fp=t%2F020_attributes%2F001_attribute_reader_generation.t;h=aaced4b10576adc663f085bbaa1db56688f5568f;hp=dc15fe43d0ec96cdedb885b42762e999100ffb9c;hb=fde8e43f95fe996fbc2a778aa259feeb04552171;hpb=0bdc9d38dfd3de07aad929f6629f8fa65d434c27 diff --git a/t/020_attributes/001_attribute_reader_generation.t b/t/020_attributes/001_attribute_reader_generation.t index dc15fe4..aaced4b 100644 --- a/t/020_attributes/001_attribute_reader_generation.t +++ b/t/020_attributes/001_attribute_reader_generation.t @@ -1,9 +1,13 @@ #!/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; +$TODO = q{Mouse is not yet completed}; use Test::Exception; @@ -67,8 +71,6 @@ use Test::Exception; ok( $attr->is_lazy, "it's lazy" ); - note 'skip Moose specific features'; - last; is( $attr->get_raw_value($foo), undef, "raw value" ); is( $attr->get_value($foo), 10, "lazy value" );