/[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

trunk/t/02-frey-session.t revision 428 by dpavlin, Tue Nov 18 23:49:05 2008 UTC branches/no-pager/t/02-frey-session.t revision 702 by dpavlin, Wed Dec 3 21:12:43 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 30  foreach my $nr ( 0, 1, 2, 42 ) { Line 30  foreach my $nr ( 0, 1, 2, 42 ) {
30          cmp_ok( $o->usage->{test}, '=', 42, "read $nr" );          cmp_ok( $o->usage->{test}, '=', 42, "read $nr" );
31  }  }
32    
33  ok( my $data = $o->data, 'data' );  ok( my $data = $o->session_as_data, 'session_as_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.428  
changed lines
  Added in v.702

  ViewVC Help
Powered by ViewVC 1.1.26