From: Dobrica Pavlinusic Date: Mon, 8 Mar 2010 10:59:48 +0000 (+0100) Subject: Merge branch 'master' of ssh://git.rot13.org/git/perl-cwmp X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=commitdiff_plain;h=154531e14a8fdafceb312dc3eec3eff1ed5676a9;hp=cdc51e9ba53a9d63355d5dd196a2d62e96550543 Merge branch 'master' of ssh://git.rot13.org/git/perl-cwmp --- diff --git a/lib/CWMP/Methods.pm b/lib/CWMP/Methods.pm index 5721c41..d614630 100644 --- a/lib/CWMP/Methods.pm +++ b/lib/CWMP/Methods.pm @@ -77,7 +77,7 @@ sub GetRPCMethods { my ( $self, $state ) = @_; $self->xml( $state, sub { my ( $X, $state ) = @_; - $X->GetRPCMethods(); + $X->GetRPCMethods( $cwmp, '' ); }); }; diff --git a/t/methods/GetRPCMethods.xml b/t/methods/GetRPCMethods.xml index 259756b..c52aa65 100644 --- a/t/methods/GetRPCMethods.xml +++ b/t/methods/GetRPCMethods.xml @@ -6,6 +6,6 @@ 0 - + \ No newline at end of file diff --git a/t/methods/SetParameterValues.xml b/t/methods/SetParameterValues.xml index f72471c..acdc028 100644 --- a/t/methods/SetParameterValues.xml +++ b/t/methods/SetParameterValues.xml @@ -7,16 +7,16 @@ - - - InternetGatewayDevice.DeviceInfo.ProvisioningCode - test provision - - - InternetGatewayDevice.DeviceInfo.X_000E50_Country - 42 - - + + + InternetGatewayDevice.DeviceInfo.ProvisioningCode + test provision + + + InternetGatewayDevice.DeviceInfo.X_000E50_Country + 42 + + \ No newline at end of file