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

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

revision 50 by dpavlin, Tue Jun 19 21:29:04 2007 UTC revision 53 by dpavlin, Tue Jun 19 22:06:46 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 => 7;  use Test::More tests => 9;
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
9  use blib;  use blib;
10    
# Line 54  is_like( 'GetRPCMethods', <<__SOAP__ Line 54  is_like( 'GetRPCMethods', <<__SOAP__
54    </soap:Body>    </soap:Body>
55  </soap:Envelope>  </soap:Envelope>
56  __SOAP__  __SOAP__
57    );
58    
59    is_like( 'Reboot', <<__SOAP__
60    <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/">
61      <soap:Header>
62        <cwmp:ID mustUnderstand="1">42</cwmp:ID>
63        <cwmp:NoMoreRequests>0</cwmp:NoMoreRequests>
64      </soap:Header>
65      <soap:Body>
66        <Reboot />
67      </soap:Body>
68    </soap:Envelope>
69    __SOAP__
70  );  );

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

  ViewVC Help
Powered by ViewVC 1.1.26