From 1784d837fb1330040f30e81a5dbfa85bbff6975d Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Tue, 7 Jul 2009 22:09:34 +0000 Subject: [PATCH] Commit 52503 which introduced l10n caching didn't add 'l10n_cache' to the list of MW tables in the parserTests. So to temporary parsertest_table was created. This broke the parserTests with the error: Table 'wikidb.parsertest_l10n_cache' doesn't exist (localhost) --- maintenance/parserTests.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 334b2795b7..dfd0e4cdec 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -611,7 +611,7 @@ class ParserTest { 'categorylinks', 'templatelinks', 'externallinks', 'langlinks', 'site_stats', 'hitcounter', 'ipblocks', 'image', 'oldimage', 'recentchanges', 'watchlist', 'math', 'interwiki', - 'querycache', 'objectcache', 'job', 'redirect', 'querycachetwo', + 'querycache', 'objectcache', 'job', 'l10n_cache', 'redirect', 'querycachetwo', 'archive', 'user_groups', 'page_props', 'category' ); -- 2.20.1