From 97ab8a757aa3681cb5b1268ec3ffba035a2e2fac Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 24 Feb 2006 20:56:43 +0000 Subject: [PATCH] Clone the job table so tests work again --- maintenance/parserTests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 5bc2a009c4..7de93eba30 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -338,7 +338,7 @@ class ParserTest { 'recentchanges', 'watchlist', 'math', 'searchindex', 'interwiki', 'querycache', - 'objectcache' + 'objectcache', 'job' ); // FIXME manually adding additional table for the tasks extension -- 2.20.1