/[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

Diff of /google/trunk/t/20-response.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 53 by dpavlin, Tue Jun 19 22:06:46 2007 UTC revision 59 by dpavlin, Wed Jun 20 21:32:00 2007 UTC
# Line 4  use warnings; Line 4  use warnings;
4    
5  my $debug = shift @ARGV;  my $debug = shift @ARGV;
6    
7  use Test::More tests => 9;  use Test::More tests => 11;
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
9  use blib;  use blib;
10    
# Line 67  is_like( 'Reboot', <<__SOAP__ Line 67  is_like( 'Reboot', <<__SOAP__
67    </soap:Body>    </soap:Body>
68  </soap:Envelope>  </soap:Envelope>
69  __SOAP__  __SOAP__
70    );
71    
72    is_like( 'GetParameterNames', <<__SOAP__
73    <soap:Envelope xmlns:cwmp="urn:dslforum-org:cwmp-1-0" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
74      <soap:Header>
75        <cwmp:ID mustUnderstand="1">42</cwmp:ID>
76        <cwmp:NoMoreRequests>0</cwmp:NoMoreRequests>
77      </soap:Header>
78      <soap:Body>
79        <cwmp:GetParameterNames>
80          <cwmp:ParameterPath></cwmp:ParameterPath>
81          <cwmp:NextLevel>0</cwmp:NextLevel>
82        </cwmp:GetParameterNames>
83      </soap:Body>
84    </soap:Envelope>
85    __SOAP__
86  );  );

Legend:
Removed from v.53  
changed lines
  Added in v.59

  ViewVC Help
Powered by ViewVC 1.1.26