Francois Gouget : testbot: The calls to CreateJobs() and ScheduleJobs() need to be fully qualified.

Alexandre Julliard julliard at winehq.org
Thu Mar 14 16:02:00 CDT 2013


Module: tools
Branch: master
Commit: ce43ff14cd99a98408a17b35eda843372b6789bb
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=ce43ff14cd99a98408a17b35eda843372b6789bb

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Mar 14 21:57:36 2013 +0100

testbot: The calls to CreateJobs() and ScheduleJobs() need to be fully qualified.

---

 testbot/lib/WineTestBot/Patches.pm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/lib/WineTestBot/Patches.pm b/testbot/lib/WineTestBot/Patches.pm
index 232e767..11c355f 100644
--- a/testbot/lib/WineTestBot/Patches.pm
+++ b/testbot/lib/WineTestBot/Patches.pm
@@ -187,7 +187,7 @@ sub Submit
   my $First = 1;
   foreach my $BaseName (keys %Targets)
   {
-    my $Jobs = CreateJobs();
+    my $Jobs = WineTestBot::Jobs::CreateJobs();
 
     # Create a new job for this patch
     my $NewJob = $Jobs->Add();
@@ -283,7 +283,7 @@ sub Submit
   }
   $self->Disposition($Disposition);
 
-  ScheduleJobs();
+  WineTestBot::Jobs::ScheduleJobs();
 
   return undef;
 }




More information about the wine-cvs mailing list