Francois Gouget : testbot: Remove an unneeded WineTestBot::Patches prefix.

Alexandre Julliard julliard at winehq.org
Mon Apr 30 14:31:37 CDT 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Apr 30 03:25:28 2018 +0200

testbot: Remove an unneeded WineTestBot::Patches prefix.

It is no longer needed now that the (PendingPatchSets, PendingPatches,
Patches) circular dependency is handled correctly.

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

---

 testbot/lib/WineTestBot/PendingPatches.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/PendingPatches.pm b/testbot/lib/WineTestBot/PendingPatches.pm
index 414ebd0..74121d7 100644
--- a/testbot/lib/WineTestBot/PendingPatches.pm
+++ b/testbot/lib/WineTestBot/PendingPatches.pm
@@ -65,7 +65,7 @@ sub CreateItem($)
 
 my @PropertyDescriptors = (
   CreateBasicPropertyDescriptor("No", "Part no", 1, 1, "N", 2),
-  CreateItemrefPropertyDescriptor("Patch", "Submitted via patch", !1, 1, \&WineTestBot::Patches::CreatePatches, ["PatchId"]),
+  CreateItemrefPropertyDescriptor("Patch", "Submitted via patch", !1, 1, \&CreatePatches, ["PatchId"]),
 );
 my @FlatPropertyDescriptors = (
   CreateBasicPropertyDescriptor("PendingPatchSetEMail", "EMail of series author", 1, 1, "A", 40),




More information about the wine-cvs mailing list