/[VRac]/t/05-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 /t/05-session.t

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

revision 146 by dpavlin, Sun Aug 5 13:31:56 2007 UTC revision 182 by dpavlin, Sun Sep 30 19:28:16 2007 UTC
# Line 6  use strict; Line 6  use strict;
6  use blib;  use blib;
7  use lib './lib';  use lib './lib';
8    
9  use Test::More tests => 18;  use Test::More tests => 4;
10  #use Data::Dump qw/dump/;  #use Data::Dump qw/dump/;
11  #use File::Slurp;  #use File::Slurp;
12    
# Line 18  ok( my $session = Session->new(), 'new' Line 18  ok( my $session = Session->new(), 'new'
18    
19  isa_ok( $session, 'Session' );  isa_ok( $session, 'Session' );
20    
21  my $path = 'session.pl';  my $path = 'sess/current';
22    
23  ok( $session->load_session( $path ), 'load_session' );  ok( $session->load_session( $path ), 'load_session' );

Legend:
Removed from v.146  
changed lines
  Added in v.182

  ViewVC Help
Powered by ViewVC 1.1.26