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

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

revision 199 by dpavlin, Wed Nov 14 18:16:14 2007 UTC revision 219 by dpavlin, Tue Nov 20 13:10:27 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 => 16;  use Test::More tests => 18;
8  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
9  use Cwd qw/abs_path/;  use Cwd qw/abs_path/;
10  use File::Slurp;  use File::Slurp;
# Line 54  check_method( 'GetParameterValues', [ Line 54  check_method( 'GetParameterValues', [
54          'InternetGatewayDevice.DeviceInfo.SerialNumber',          'InternetGatewayDevice.DeviceInfo.SerialNumber',
55          'InternetGatewayDevice.DeviceInfo.VendorConfigFile.',          'InternetGatewayDevice.DeviceInfo.VendorConfigFile.',
56  ]);  ]);
57    check_method( 'GetParameterAttributes', [
58            'InternetGatewayDevice.DeviceInfo.SerialNumber'
59    ]);

Legend:
Removed from v.199  
changed lines
  Added in v.219

  ViewVC Help
Powered by ViewVC 1.1.26