/[Frey]/trunk/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 /trunk/t/03-frey-iconbrowser.t

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

revision 556 by dpavlin, Thu Nov 27 17:39:00 2008 UTC revision 557 by dpavlin, Thu Nov 27 19:19:01 2008 UTC
# Line 41  diag $path, dump( $styles ) if $debug; Line 41  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    
44  my $path = 'var/test/' . ref($o) . '.html';  my $html_path = 'var/t/' . ref($o) . '.html';
45  $o->store( $path, $markup );  $markup =~ s{/var/}{../}sg;
46    $o->store( $html_path, $markup );
47    diag "created $html_path ", -s $html_path;
48    

Legend:
Removed from v.556  
changed lines
  Added in v.557

  ViewVC Help
Powered by ViewVC 1.1.26