--- trunk/t/03-frey-iconbrowser.t 2008/11/27 15:45:00 553 +++ trunk/t/03-frey-iconbrowser.t 2008/11/27 17:39:00 555 @@ -36,9 +36,11 @@ diag dump( @icons ) if $debug; -ok( my ($path,$styles) = $o->combine_image( @icons ), 'combine_image' ); +ok( my ($path,$styles) = $o->combine_images( @icons ), 'combine_images' ); diag $path, dump( $styles ) if $debug; ok( my $markup = $o->as_markup, 'as_markup' ); -diag $markup if $debug; + +my $path = 'var/test/' . ref($o) . '.html'; +$o->store( $path, $markup );