X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faccessors_ro.t;h=7b385a2b19f569cfe8e5fa418c4f2a59531be651;hb=4d70ba11c00e532cd69f2f044f8e27abae0ccd0b;hp=6834fb95be472909b70901dd3c6dc0963da5b516;hpb=395c3fdb628229ddbb881fe3d57de536e67289cd;p=p5sagit%2FClass-Accessor-Grouped.git diff --git a/t/accessors_ro.t b/t/accessors_ro.t index 6834fb9..7b385a2 100644 --- a/t/accessors_ro.t +++ b/t/accessors_ro.t @@ -1,4 +1,4 @@ -use Test::More tests => 48; +use Test::More tests => 58; use Test::Exception; use strict; use warnings; @@ -52,6 +52,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) {