Explicitely enable language and title conversion otherwise this breaks tests when...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 24 Jan 2011 20:08:09 +0000 (20:08 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 24 Jan 2011 20:08:09 +0000 (20:08 +0000)
tests/parser/parserTest.inc

index faca6c7..cb1086a 100644 (file)
@@ -660,7 +660,9 @@ class ParserTest {
                        'wgHtml5' => true,
                        'wgWellFormedXml' => true,
                        'wgAllowMicrodataAttributes' => true,
-                       'wgAdaptiveMessageCache' => true
+                       'wgAdaptiveMessageCache' => true,
+                       'wgDisableLangConversion' => false,
+                       'wgDisableTitleConversion' => false,
                );
 
                if ( $config ) {