/[Frey]/branches/no-pager/t/03-frey-iconbrowser.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/no-pager/t/03-frey-iconbrowser.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/t/03-frey-iconbrowser.t revision 553 by dpavlin, Thu Nov 27 15:45:00 2008 UTC branches/no-pager/t/03-frey-iconbrowser.t revision 702 by dpavlin, Wed Dec 3 21:12:43 2008 UTC
# Line 36  Frey/ClassLoader.png Line 36  Frey/ClassLoader.png
36    
37  diag dump( @icons ) if $debug;  diag dump( @icons ) if $debug;
38    
39  ok( my ($path,$styles) = $o->combine_image( @icons ), 'combine_image' );  ok( my ($path,$styles) = $o->combine_images( @icons ), 'combine_images' );
40  diag $path, dump( $styles ) if $debug;  diag $path, dump( $styles ) if $debug;
41    
42  ok( my $markup = $o->as_markup, 'as_markup' );  ok( my $markup = $o->as_markup, 'as_markup' );
43  diag $markup if $debug;  
44    my $html_path = 'var/t/' . ref($o) . '.html';
45    $markup =~ s{/var/}{../}sg;
46    $o->store( $html_path, $markup );
47    diag "created $html_path ", -s $html_path;
48    

Legend:
Removed from v.553  
changed lines
  Added in v.702

  ViewVC Help
Powered by ViewVC 1.1.26