Francois Gouget : testbot: Standardize and clean up the Collections initialization.

Alexandre Julliard julliard at winehq.org
Thu Mar 22 16:55:09 CDT 2018


Module: tools
Branch: master
Commit: 3f34c82726145f4bd4f1cac4a9f5ca1cdaf32f98
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=3f34c82726145f4bd4f1cac4a9f5ca1cdaf32f98

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Mar 22 02:03:16 2018 +0100

testbot: Standardize and clean up the Collections initialization.

@PropertyDescriptors does not need to be exported and it does not need
to be initialized in a BEGIN block.
Add documentation for the CreateXxx() functions.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/WineTestBot/Branches.pm         | 25 +++++++++-----
 testbot/lib/WineTestBot/CGI/Sessions.pm     | 40 +++++++++++++---------
 testbot/lib/WineTestBot/Jobs.pm             | 44 ++++++++++++++-----------
 testbot/lib/WineTestBot/Patches.pm          | 51 ++++++++++++++++-------------
 testbot/lib/WineTestBot/PendingPatchSets.pm | 40 ++++++++++++----------
 testbot/lib/WineTestBot/PendingPatches.pm   | 28 +++++++++++-----
 testbot/lib/WineTestBot/RecordGroups.pm     | 27 +++++++++------
 testbot/lib/WineTestBot/Records.pm          | 32 +++++++++---------
 testbot/lib/WineTestBot/Roles.pm            | 24 +++++++++-----
 testbot/lib/WineTestBot/Steps.pm            | 44 ++++++++++++++++---------
 testbot/lib/WineTestBot/StepsTasks.pm       | 37 ++++++++++-----------
 testbot/lib/WineTestBot/Tasks.pm            | 36 ++++++++++++--------
 testbot/lib/WineTestBot/UserRoles.pm        | 24 +++++++++-----
 testbot/lib/WineTestBot/Users.pm            | 34 +++++++++++--------
 testbot/lib/WineTestBot/VMs.pm              | 45 ++++++++++++++-----------
 15 files changed, 314 insertions(+), 217 deletions(-)

Diff:   https://source.winehq.org/git/tools.git/?a=commitdiff;h=3f34c82726145f4bd4f1cac4a9f5ca1cdaf32f98



More information about the wine-cvs mailing list