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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 38 - (hide annotations)
Tue Jun 19 09:43:57 2007 UTC (17 years ago) by dpavlin
Original Path: google/t/20-response.t
File MIME type: application/x-troff
File size: 431 byte(s)
pass $state from request to Inform, so it can construct correct SOAP Headers
(ID required)
1 dpavlin 32 #!/usr/bin/perl
2     use strict;
3     use warnings;
4    
5     my $debug = shift @ARGV;
6    
7     use Test::More tests => 4;
8     use Data::Dump qw/dump/;
9     use blib;
10    
11     BEGIN {
12     use_ok('CWMP::Response');
13     }
14    
15     #ok( my $xml = join("",<DATA>), 'xml' );
16     #diag $xml if $debug;
17    
18     ok( my $response = CWMP::Response->new({ debug => $debug }), 'new' );
19     isa_ok( $response, 'CWMP::Response' );
20    
21 dpavlin 38 ok( my $inform = $response->Inform({ ID => 42 }), 'Inform' );
22 dpavlin 32
23 dpavlin 33 diag $inform if $debug;

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26