/[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 33 by dpavlin, Tue Jun 19 00:03:01 2007 UTC revision 38 by dpavlin, Tue Jun 19 09:43:57 2007 UTC
# Line 18  BEGIN { Line 18  BEGIN {
18  ok( my $response = CWMP::Response->new({ debug => $debug }), 'new' );  ok( my $response = CWMP::Response->new({ debug => $debug }), 'new' );
19  isa_ok( $response, 'CWMP::Response' );  isa_ok( $response, 'CWMP::Response' );
20    
21  ok( my $inform = $response->Inform, 'Inform' );  ok( my $inform = $response->Inform({ ID => 42 }), 'Inform' );
22    
23  diag $inform if $debug;  diag $inform if $debug;

Legend:
Removed from v.33  
changed lines
  Added in v.38

  ViewVC Help
Powered by ViewVC 1.1.26