[tools] testbot/cgi: Rename FormPage::SaveProperties() to Save().

Francois Gouget fgouget at codeweavers.com
Wed Mar 23 08:58:33 CDT 2022


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/ObjectModel/CGI/FormPage.pm | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/testbot/lib/ObjectModel/CGI/FormPage.pm b/testbot/lib/ObjectModel/CGI/FormPage.pm
index e432fcbbd..bc8ce478c 100644
--- a/testbot/lib/ObjectModel/CGI/FormPage.pm
+++ b/testbot/lib/ObjectModel/CGI/FormPage.pm
@@ -361,7 +361,7 @@ sub SaveProperty($$$)
   die "Pure virtual function FormPage::SaveProperty called";
 }
 
-sub SaveProperties($)
+sub Save($)
 {
   my ($self) = @_;
 
@@ -394,13 +394,6 @@ sub SaveProperties($)
   return 1;
 }
 
-sub Save($)
-{
-  my ($self) = @_;
-
-  return $self->SaveProperties();
-}
-
 sub OnAction($$)
 {
   my ($self, $Action) = @_;
-- 
2.30.2




More information about the wine-devel mailing list