r106771 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106770‎ | r106771 | r106772 >
Date:08:47, 20 December 2011
Author:aaron
Status:ok (Comments)
Tags:
Comment:
Set deleted zone container in parserTest.inc
Modified paths:
  • /trunk/phase3/tests/parser/parserTest.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/parser/parserTest.inc
@@ -165,7 +165,9 @@
166166 'url' => 'http://example.com/images',
167167 'hashLevels' => 2,
168168 'transformVia404' => false,
169 - 'backend' => $backend
 169+ 'backend' => $backend,
 170+ 'zones' => array( 'deleted' => array(
 171+ 'container' => 'images-deleted', 'directory' => '' ) )
170172 );
171173 $wgNamespaceProtection[NS_MEDIAWIKI] = 'editinterface';
172174 $wgNamespaceAliases['Image'] = NS_FILE;

Comments

#Comment by Aaron Schulz (talk | contribs)   08:56, 20 December 2011

This doesn't fix the root problem of globals not being restored on teardown, it just stops tests failures.

Status & tagging log