From 750b9b4931f5d545ab4ba297b993a72baf03b1c3 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 24 Jan 2011 20:08:09 +0000 Subject: [PATCH] Explicitely enable language and title conversion otherwise this breaks tests when disabled in local config --- tests/parser/parserTest.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/parser/parserTest.inc b/tests/parser/parserTest.inc index faca6c7811..cb1086afe1 100644 --- a/tests/parser/parserTest.inc +++ b/tests/parser/parserTest.inc @@ -660,7 +660,9 @@ class ParserTest { 'wgHtml5' => true, 'wgWellFormedXml' => true, 'wgAllowMicrodataAttributes' => true, - 'wgAdaptiveMessageCache' => true + 'wgAdaptiveMessageCache' => true, + 'wgDisableLangConversion' => false, + 'wgDisableTitleConversion' => false, ); if ( $config ) { -- 2.20.1