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

Contents of /trunk/t/Sack-Server-Gnuplot.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 230 - (show annotations)
Mon Nov 23 22:07:49 2009 UTC (14 years, 6 months ago) by dpavlin
File MIME type: application/x-troff
File size: 395 byte(s)
fix number of tests
1 #!/usr/bin/perl
2
3 use Test::More tests => 4;
4 use File::Slurp;
5 use Data::Dump qw(dump);
6 use File::Temp qw/ tempfile tempdir /;
7
8 use lib '/srv/Sack/lib';
9
10 BEGIN {
11 use_ok( 'Sack::Server::Gnuplot' );
12 }
13
14 my @paths = glob('/tmp/sack.out.*.txt');
15 diag 'paths', dump( @paths );
16 ok( @paths, 'found dumps' );
17 ok( my $path = Sack::Server::Gnuplot::date( @paths ), 'date' );
18 ok( -e $path, "$path exists" );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26