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

Alexandre Julliard julliard at winehq.org
Fri Apr 27 12:16:10 CDT 2018


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Apr 26 23:59:18 2018 +0200

testbot: Remove an unneeded WineTestBot::PendingPatchSets prefix.

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

---

 testbot/bin/Engine.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/Engine.pl b/testbot/bin/Engine.pl
index f39ec5f..75e7995 100755
--- a/testbot/bin/Engine.pl
+++ b/testbot/bin/Engine.pl
@@ -625,7 +625,7 @@ sub SafetyNet()
   ScheduleJobs();
   HandleWinePatchWebSubmission();
 
-  my $Set = WineTestBot::PendingPatchSets::CreatePendingPatchSets();
+  my $Set = CreatePendingPatchSets();
   my $ErrMessage = $Set->CheckForCompleteSet();
   if (defined($ErrMessage))
   {




More information about the wine-cvs mailing list