From 3ce42dd2d852e29dd6cbcd73330917bbad87a0a7 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 4 Jul 2010 15:29:52 +0000 Subject: [PATCH] Add valid_tag to list of tables for parsertests. Mine seemed to need it --- maintenance/parserTests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) -- 2.20.1