From a580328bed540cf660c5ca2d3daa55089a75d5ca Mon Sep 17 00:00:00 2001 From: Platonides Date: Tue, 28 Dec 2010 15:54:51 +0000 Subject: [PATCH] Set $wgAdaptiveMessageCache for parserTests until NikeRabbit fixes r78179 --- tests/parser/parserTest.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/parser/parserTest.inc b/tests/parser/parserTest.inc index 994dc4b5b1..3405857d43 100644 --- a/tests/parser/parserTest.inc +++ b/tests/parser/parserTest.inc @@ -659,6 +659,7 @@ class ParserTest { 'wgHtml5' => true, 'wgWellFormedXml' => true, 'wgAllowMicrodataAttributes' => true, + 'wgAdaptiveMessageCache' => true ); if ( $config ) { -- 2.20.1