/[cwmp]/google/t/00-load.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 /google/t/00-load.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (show annotations)
Mon Jun 18 20:07:17 2007 UTC (16 years, 10 months ago) by dpavlin
File MIME type: application/x-troff
File size: 197 byte(s)
a huge chunk of changes implementing skeleton for request and response as
well as some tests
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4
5 my $debug = shift @ARGV;
6
7 use Test::More tests => 3;
8 use blib;
9
10 BEGIN {
11 use_ok('CWMP::Server');
12 use_ok('CWMP::Request');
13 use_ok('CWMP::Response');
14 }
15
16

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26