/[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 555 by dpavlin, Thu Nov 27 17:39:00 2008 UTC revision 818 by dpavlin, Fri Dec 12 18:00:21 2008 UTC
# Line 21  Frey.png Line 21  Frey.png
21  Frey/Introspect.png  Frey/Introspect.png
22  Frey/INC.png  Frey/INC.png
23  Frey/SVK.png  Frey/SVK.png
24  Frey/ClassBrowser.png  Frey/Class/Browser.png
25    Frey/Class/Loader.png
26  Frey/Session.png  Frey/Session.png
27  Frey/PPI.png  Frey/PPI.png
28  Frey/Test/Runner.png  Frey/Test/Runner.png
# Line 31  Frey/Test/Mock.png Line 32  Frey/Test/Mock.png
32  Frey/Run.png  Frey/Run.png
33  Frey/VCI.png  Frey/VCI.png
34  Frey/Web.png  Frey/Web.png
 Frey/ClassLoader.png  
35  } );  } );
36    
37  diag dump( @icons ) if $debug;  diag dump( @icons ) if $debug;
# 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.555  
changed lines
  Added in v.818

  ViewVC Help
Powered by ViewVC 1.1.26