/[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 702 - (show annotations)
Wed Dec 3 21:12:43 2008 UTC (15 years, 4 months ago) by dpavlin
File MIME type: application/x-troff
File size: 502 byte(s)
branch for no-pager integration
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4
5 use Test::More tests => 6;
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
24 ok( my $info = $o->info, 'info' );
25 diag dump $info; # if $debug;
26
27 ok( my $markup = $o->as_markup, 'as_markup' );
28 diag dump $markup if $debug;
29

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26