/[Sack]/trunk/t/Sack.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 /trunk/t/Sack.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations)
Fri Oct 9 18:19:29 2009 UTC (14 years, 9 months ago) by dpavlin
File MIME type: application/x-troff
File size: 170 byte(s)
load Sack::Node also (it should be pure perl)
1 dpavlin 135 #!/usr/bin/perl
2    
3 dpavlin 153 use Test::More tests => 7;
4 dpavlin 135
5     use lib 'lib';
6    
7     BEGIN {
8     use_ok( 'Sack' );
9 dpavlin 153 use_ok( 'Sack::Node' );
10 dpavlin 135 }
11    
12     ok( duration( $_ ), 'duration' ) foreach ( 1 .. 5 );
13    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26