From 829da5eb4d71a3c5d7e8b14ee807349e2b5f81bf Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Tue, 26 Feb 2008 01:24:11 +0000 Subject: [PATCH] Tests failed due to missing page_props table; add it in --- maintenance/parserTests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index d333d87322..73a15840cb 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -435,7 +435,7 @@ class ParserTest { 'site_stats', 'hitcounter', 'ipblocks', 'image', 'oldimage', 'recentchanges', 'watchlist', 'math', 'interwiki', 'querycache', 'objectcache', 'job', 'redirect', 'querycachetwo', - 'archive', 'user_groups' + 'archive', 'user_groups', 'page_props' ); if ($wgDBtype === 'mysql') -- 2.20.1