From f13803e8689c200728e1171e866c1fa5c827cc49 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 12 Apr 2006 07:46:57 +0000 Subject: [PATCH] Somebody broke parser tests by adding a required table. --- maintenance/parserTests.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index b6c083e3ab..1fe5984903 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -335,7 +335,8 @@ class ParserTest { # Some of these probably aren't necessary function listTables() { $tables = array('user', 'page', 'revision', 'text', - 'pagelinks', 'imagelinks', 'categorylinks', 'templatelinks', 'externallinks', + 'pagelinks', 'imagelinks', 'categorylinks', + 'templatelinks', 'externallinks', 'langlinks', 'site_stats', 'hitcounter', 'ipblocks', 'image', 'oldimage', 'recentchanges', -- 2.20.1