Tests failed due to missing page_props table; add it in
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 26 Feb 2008 01:24:11 +0000 (01:24 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 26 Feb 2008 01:24:11 +0000 (01:24 +0000)
maintenance/parserTests.inc

index d333d87..73a1584 100644 (file)
@@ -435,7 +435,7 @@ class ParserTest {
                        'site_stats', 'hitcounter',     'ipblocks', 'image', 'oldimage',
                        'recentchanges', 'watchlist', 'math', 'interwiki',
                        'querycache', 'objectcache', 'job', 'redirect', 'querycachetwo',
-                       'archive', 'user_groups'
+                       'archive', 'user_groups', 'page_props'
                );
 
                if ($wgDBtype === 'mysql')