r80907 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80906‎ | r80907 | r80908 >
Date:20:08, 24 January 2011
Author:ialex
Status:ok
Tags:
Comment:
Explicitely enable language and title conversion otherwise this breaks tests when disabled in local config
Modified paths:
  • /trunk/phase3/tests/parser/parserTest.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/parser/parserTest.inc
@@ -660,7 +660,9 @@
661661 'wgHtml5' => true,
662662 'wgWellFormedXml' => true,
663663 'wgAllowMicrodataAttributes' => true,
664 - 'wgAdaptiveMessageCache' => true
 664+ 'wgAdaptiveMessageCache' => true,
 665+ 'wgDisableLangConversion' => false,
 666+ 'wgDisableTitleConversion' => false,
665667 );
666668
667669 if ( $config ) {

Status & tagging log