From 046f8b55db5a1cc6f15247e66695147ce85e0c4a Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 6 Jul 2010 20:44:48 +0000 Subject: [PATCH] Revert r69005 (adding valid_tag to parsertest tables). Not sure what freaky magic was going on, can't seem to replicate --- maintenance/parserTests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 8c02cc501b..eb00f0c7c7 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', 'valid_tag', + 'archive', 'user_groups', 'page_props', 'category', ); if ( $wgDBtype === 'mysql' ) -- 2.20.1