From a835dee369007fff5d911a17003825fa18c65bc6 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 18 Jul 2007 20:13:08 +0000 Subject: [PATCH] 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 --- maintenance/parserTests.inc | 2 +- maintenance/parserTests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 03dab84a1b..510a2db21f 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -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; diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index aec80cbd7e..e3fe95fd74 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1903,7 +1903,7 @@ Magic Word: {{NUMBEROFARTICLES}} !! input {{NUMBEROFARTICLES}} !! result -

1 +

2

!! end -- 2.20.1