r24251 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24250‎ | r24251 | r24252 >
Date:20:13, 18 July 2007
Author:brion
Status:old
Tags:
Comment:
Fix for site stats changes... sanity checks cause a rebuild of stats now, so need more tables available in test harness, and there are 2 articles created at that point in the test
Modified paths:
  • /trunk/phase3/maintenance/parserTests.inc (modified) (history)
  • /trunk/phase3/maintenance/parserTests.txt (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/parserTests.inc
@@ -433,7 +433,7 @@
434434 'watchlist', 'math', 'searchindex',
435435 'interwiki', 'querycache',
436436 'objectcache', 'job', 'redirect',
437 - 'querycachetwo'
 437+ 'querycachetwo', 'archive', 'user_groups'
438438 );
439439
440440 // Allow extensions to add to the list of tables to duplicate;
Index: trunk/phase3/maintenance/parserTests.txt
@@ -1903,7 +1903,7 @@
19041904 !! input
19051905 {{NUMBEROFARTICLES}}
19061906 !! result
1907 -<p>1
 1907+<p>2
19081908 </p>
19091909 !! end
19101910

Follow-up revisions

RevisionCommit summaryAuthorDate
r24276Merged revisions 24213-24275 via svnmerge from...david20:20, 19 July 2007

Status & tagging log