/[Frey]/branches/no-pager/t/02-frey-session.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/02-frey-session.t

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

revision 455 by dpavlin, Wed Nov 19 15:28:23 2008 UTC revision 562 by dpavlin, Thu Nov 27 21:04:35 2008 UTC
# Line 2  Line 2 
2  use strict;  use strict;
3  use warnings;  use warnings;
4    
5  use Test::More tests => 12;  use Test::More tests => 15;
6  use lib 'lib';  use lib 'lib';
7    
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
# Line 32  foreach my $nr ( 0, 1, 2, 42 ) { Line 32  foreach my $nr ( 0, 1, 2, 42 ) {
32    
33  ok( my $data = $o->as_data, 'data' );  ok( my $data = $o->as_data, 'data' );
34  diag $data if $debug;  diag $data if $debug;
35    
36    ok( $o->TODO( "test,ignore" ), 'TODO' );
37    
38    ok( defined( $o->bugs->{TODO} ), 'TODO' );
39    ok( my $todo = $o->bugs->{TODO}->{"test,ignore"}, 'have test,ignore' );
40    
41    diag dump( $todo );

Legend:
Removed from v.455  
changed lines
  Added in v.562

  ViewVC Help
Powered by ViewVC 1.1.26