--- trunk/t/02-frey-web.t 2008/11/20 12:55:06 475 +++ trunk/t/02-frey-web.t 2008/11/20 12:56:37 476 @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 23; +use Test::More tests => 24; use lib 'lib'; use Data::Dump qw/dump/; @@ -65,3 +65,4 @@ diag $error if $debug; like( $error, qr{test,ignore.*$0}s, "have $0" ); +ok( $o->dump_max_bytes, 'dump_max_bytes' );