Index: trunk/phase3/maintenance/parserTests.inc |
— | — | @@ -433,7 +433,7 @@ |
434 | 434 | 'watchlist', 'math', 'searchindex', |
435 | 435 | 'interwiki', 'querycache', |
436 | 436 | 'objectcache', 'job', 'redirect', |
437 | | - 'querycachetwo' |
| 437 | + 'querycachetwo', 'archive', 'user_groups' |
438 | 438 | ); |
439 | 439 | |
440 | 440 | // Allow extensions to add to the list of tables to duplicate; |
Index: trunk/phase3/maintenance/parserTests.txt |
— | — | @@ -1903,7 +1903,7 @@ |
1904 | 1904 | !! input |
1905 | 1905 | {{NUMBEROFARTICLES}} |
1906 | 1906 | !! result |
1907 | | -<p>1 |
| 1907 | +<p>2 |
1908 | 1908 | </p> |
1909 | 1909 | !! end |
1910 | 1910 | |