Add valid_tag to list of tables for parsertests. Mine seemed to need it
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 4 Jul 2010 15:29:52 +0000 (15:29 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 4 Jul 2010 15:29:52 +0000 (15:29 +0000)
maintenance/parserTests.inc

index be26617..8c02cc5 100644 (file)
@@ -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' )