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

Annotation of /t/05-session.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 146 - (hide annotations)
Sun Aug 5 13:31:56 2007 UTC (16 years, 9 months ago) by dpavlin
File MIME type: application/x-troff
File size: 334 byte(s)
basic test, missing from last commit
1 dpavlin 146 #!/usr/bin/perl
2    
3     use warnings;
4     use strict;
5    
6     use blib;
7     use lib './lib';
8    
9     use Test::More tests => 18;
10     #use Data::Dump qw/dump/;
11     #use File::Slurp;
12    
13     BEGIN {
14     use_ok( 'Session' );
15     }
16    
17     ok( my $session = Session->new(), 'new' );
18    
19     isa_ok( $session, 'Session' );
20    
21     my $path = 'session.pl';
22    
23     ok( $session->load_session( $path ), 'load_session' );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26