Francois Gouget : testbot/web: ObjectModel::CGI::Page::initialize() does not take a Collection argument.

Alexandre Julliard julliard at winehq.org
Thu May 1 11:53:36 CDT 2014


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu May  1 14:22:25 2014 +0200

testbot/web: ObjectModel::CGI::Page::initialize() does not take a Collection argument.

---

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

diff --git a/testbot/web/index.pl b/testbot/web/index.pl
index cfe966b..d0ba188 100644
--- a/testbot/web/index.pl
+++ b/testbot/web/index.pl
@@ -196,7 +196,7 @@ sub _initialize
 {
   my $self = shift;
 
-  $self->SUPER::_initialize(@_, CreateJobs());
+  $self->SUPER::_initialize(@_);
 }
 
 sub OutputDot




More information about the wine-cvs mailing list