Francois Gouget : testbot/orm: Remove parameters from Create{Detail,Item}refPropertyDescriptor().

Alexandre Julliard julliard at winehq.org
Wed Jun 8 15:39:29 CDT 2022


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Jun  8 16:41:26 2022 +0200

testbot/orm: Remove parameters from Create{Detail,Item}refPropertyDescriptor().

Itemref properties cannot be keys so the IsKey parameter is not
necessary.
Similarly Detailref properties can neither be keys, nor required.

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

---

 testbot/lib/ObjectModel/DetailrefPropertyDescriptor.pm | 6 +++---
 testbot/lib/ObjectModel/ItemrefPropertyDescriptor.pm   | 6 +++---
 testbot/lib/WineTestBot/CGI/Sessions.pm                | 2 +-
 testbot/lib/WineTestBot/Jobs.pm                        | 8 ++++----
 testbot/lib/WineTestBot/PendingPatchSets.pm            | 2 +-
 testbot/lib/WineTestBot/PendingPatches.pm              | 2 +-
 testbot/lib/WineTestBot/RecordGroups.pm                | 2 +-
 testbot/lib/WineTestBot/Steps.pm                       | 2 +-
 testbot/lib/WineTestBot/StepsTasks.pm                  | 2 +-
 testbot/lib/WineTestBot/Tasks.pm                       | 2 +-
 testbot/lib/WineTestBot/UserRoles.pm                   | 2 +-
 testbot/lib/WineTestBot/Users.pm                       | 2 +-
 12 files changed, 19 insertions(+), 19 deletions(-)

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



More information about the wine-cvs mailing list