Module: tools Branch: master Commit: 0259fd144c8ad852b5588d45a34eab681c434f98 URL: https://source.winehq.org/git/tools.git/?a=commit;h=0259fd144c8ad852b5588d45...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Mar 24 16:37:53 2022 +0100
testbot/cgi: Document the CGI classes.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/ObjectModel/CGI/CollectionBlock.pm | 87 +++++++++++- .../lib/ObjectModel/CGI/CollectionBlockForPage.pm | 4 + testbot/lib/ObjectModel/CGI/CollectionPage.pm | 8 ++ testbot/lib/ObjectModel/CGI/FormPage.pm | 158 ++++++++++++++++++++- testbot/lib/ObjectModel/CGI/ItemPage.pm | 4 +- testbot/lib/ObjectModel/CGI/Page.pm | 68 ++++++++- testbot/lib/WineTestBot/CGI/PageBase.pm | 40 +++++- 7 files changed, 359 insertions(+), 10 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=0259fd144c8ad852b558...