X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faccessors_wo.t;h=39c5d7a5276a1a306fa11ee3f7e73645941bd7e1;hb=4d70ba11c00e532cd69f2f044f8e27abae0ccd0b;hp=68c3eea10d80f010e8a4a16c13d19dd534569d8a;hpb=395c3fdb628229ddbb881fe3d57de536e67289cd;p=p5sagit%2FClass-Accessor-Grouped.git diff --git a/t/accessors_wo.t b/t/accessors_wo.t index 68c3eea..39c5d7a 100644 --- a/t/accessors_wo.t +++ b/t/accessors_wo.t @@ -1,4 +1,4 @@ -use Test::More tests => 38; +use Test::More tests => 46; use Test::Exception; use strict; use warnings; @@ -51,6 +51,10 @@ my $test_accessors = { lr2name => { custom_field => "lr2'field", }, + fieldname_torture => { + custom_field => join ('', map { chr($_) } (1..255) ), # FIXME after RT#80569 is fixed 0..255 should work + is_xs => $use_xs, + }, }; for my $name (sort keys %$test_accessors) {