From: Ævar Arnfjörð Bjarmason Date: Tue, 7 Jul 2009 22:09:34 +0000 (+0000) Subject: Commit 52503 which introduced l10n caching didn't add 'l10n_cache' to X-Git-Tag: 1.31.0-rc.0~41053 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=1784d837fb1330040f30e81a5dbfa85bbff6975d;p=lhc%2Fweb%2Fwiklou.git 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) --- 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' );