From: Brion Vibber Date: Wed, 12 Apr 2006 07:46:57 +0000 (+0000) Subject: Somebody broke parser tests by adding a required table. X-Git-Tag: 1.31.0-rc.0~57512 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=f13803e8689c200728e1171e866c1fa5c827cc49;p=lhc%2Fweb%2Fwiklou.git Somebody broke parser tests by adding a required table. --- 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',