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

Annotation of /google/trunk/t/00-load.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 227 - (hide annotations)
Sun Nov 25 18:51:26 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: application/x-troff
File size: 250 byte(s)
 r266@brr:  dpavlin | 2007-11-25 19:50:35 +0100
 - first pass with Devel::LeakTrace::Fast
 - remove DBM::Deep store
 - CWMP::Queue now supports dir and clean args
 - create new parser for each request

1 dpavlin 31 #!/usr/bin/perl
2     use strict;
3     use warnings;
4    
5     my $debug = shift @ARGV;
6    
7 dpavlin 77 use Test::More tests => 4;
8 dpavlin 31 use blib;
9    
10 dpavlin 227 #use Devel::LeakTrace::Fast;
11    
12 dpavlin 31 BEGIN {
13     use_ok('CWMP::Server');
14     use_ok('CWMP::Request');
15 dpavlin 173 use_ok('CWMP::Methods');
16 dpavlin 77 use_ok('CWMP::Store');
17 dpavlin 31 }
18    
19    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26