/[Frey]/trunk/t/30-Frey-SVN.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/30-Frey-SVN.t

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

revision 908 by dpavlin, Wed Dec 17 19:40:31 2008 UTC revision 909 by dpavlin, Fri Jan 2 16:56:42 2009 UTC
# Line 17  BEGIN { Line 17  BEGIN {
17  ok( my $o = Frey::SVN->new( request_url => '/', debug => $debug ), 'new' );  ok( my $o = Frey::SVN->new( request_url => '/', debug => $debug ), 'new' );
18  ok( my $markup = $o->as_markup, 'as_markup' );  ok( my $markup = $o->as_markup, 'as_markup' );
19  diag $markup if $debug;  diag $markup if $debug;
20  like( $markup, qr/blockquote/, 'markup content' );  like( $markup, qr/commit/, 'markup content' );
21  html_ok( $markup );  html_ok( $markup );
22    
23  ok( my $codeswarm = $o->codeswarm_as_markup, 'codeswarm_as_markup' );  ok( my $codeswarm = $o->codeswarm_as_markup, 'codeswarm_as_markup' );

Legend:
Removed from v.908  
changed lines
  Added in v.909

  ViewVC Help
Powered by ViewVC 1.1.26