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

Francois Gouget fgouget at codeweavers.com
Thu May 1 07:22:25 CDT 2014


---

Starting with some simple patches...

 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
-- 
1.9.2




More information about the wine-patches mailing list