/[Frey]/branches/no-pager/t/07-frey-svk.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 /branches/no-pager/t/07-frey-svk.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 492 - (show annotations)
Mon Nov 24 20:38:24 2008 UTC (15 years, 5 months ago) by dpavlin
Original Path: trunk/t/07-frey-svk.t
File MIME type: application/x-troff
File size: 359 byte(s)
fix tests plan
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4
5 use Test::More tests => 4;
6 use lib 'lib';
7
8 use Data::Dump qw/dump/;
9
10 my $debug = @ARGV ? 1 : 0;
11
12 BEGIN {
13 use_ok('Frey::SVK');
14 }
15
16 ok( my $o = Frey::SVK->new, 'new' );
17
18 ok( my @modified = $o->modified, 'modified' );
19 diag dump @modified if $debug;
20
21 ok( my $data = $o->as_data, 'as_data' );
22 diag dump $data if $debug;
23

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26