Fix for site stats changes... sanity checks cause a rebuild of stats now, so need...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 18 Jul 2007 20:13:08 +0000 (20:13 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 18 Jul 2007 20:13:08 +0000 (20:13 +0000)
maintenance/parserTests.inc
maintenance/parserTests.txt

index 03dab84..510a2db 100644 (file)
@@ -433,7 +433,7 @@ class ParserTest {
                        'watchlist', 'math', 'searchindex',
                        'interwiki', 'querycache',
                        'objectcache', 'job', 'redirect',
-                       'querycachetwo'
+                       'querycachetwo', 'archive', 'user_groups'
                );
                
                // Allow extensions to add to the list of tables to duplicate;
index aec80cb..e3fe95f 100644 (file)
@@ -1903,7 +1903,7 @@ Magic Word: {{NUMBEROFARTICLES}}
 !! input
 {{NUMBEROFARTICLES}}
 !! result
-<p>1
+<p>2
 </p>
 !! end