From: Chad Horohoe Date: Sun, 4 Jul 2010 15:29:52 +0000 (+0000) Subject: Add valid_tag to list of tables for parsertests. Mine seemed to need it X-Git-Tag: 1.31.0-rc.0~36271 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=3ce42dd2d852e29dd6cbcd73330917bbad87a0a7;p=lhc%2Fweb%2Fwiklou.git Add valid_tag to list of tables for parsertests. Mine seemed to need it --- diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index be266175ff..8c02cc501b 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -603,7 +603,7 @@ class ParserTest { 'site_stats', 'hitcounter', 'ipblocks', 'image', 'oldimage', 'recentchanges', 'watchlist', 'math', 'interwiki', 'querycache', 'objectcache', 'job', 'l10n_cache', 'redirect', 'querycachetwo', - 'archive', 'user_groups', 'page_props', 'category' + 'archive', 'user_groups', 'page_props', 'category', 'valid_tag', ); if ( $wgDBtype === 'mysql' )