/[cwmp]/google/trunk/t/_MODULE.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 /google/trunk/t/_MODULE.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 73 - (hide annotations)
Fri Jun 22 12:48:17 2007 UTC (17 years ago) by dpavlin
Original Path: google/t/_MODULE.t
File MIME type: application/x-troff
File size: 274 byte(s)
template module and test (no, I'm not OO-fally ;-)
1 dpavlin 73 #!/usr/bin/perl
2     use strict;
3     use warnings;
4    
5     my $debug = shift @ARGV;
6    
7     use Test::More tests => 3;
8     use Data::Dump qw/dump/;
9     use lib 'lib';
10    
11     BEGIN {
12     use_ok('CWMP::_MODULE');
13     }
14    
15     ok( my $obj = CWMP::_MODULE->new({
16     debug => $debug,
17     }), 'new' );
18     isa_ok( $obj, 'CWMP::_MODULE' );
19    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26