r93933 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93932‎ | r93933 | r93934 >
Date:23:14, 4 August 2011
Author:demon
Status:ok
Tags:
Comment:
Partial fix for r88772: no need for IGNORE on site_stats, just interwiki
Modified paths:
  • /trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/phpunit/includes/parser/NewParserTest.php
@@ -164,12 +164,7 @@
165165 # Update certain things in site_stats
166166 $this->db->insert( 'site_stats',
167167 array( 'ss_row_id' => 1, 'ss_images' => 2, 'ss_good_articles' => 1 ),
168 - __METHOD__,
169 - /**
170 - * @todo Fixme! Same as above!
171 - */
172 - array( 'IGNORE' )
173 - );
 168+ __METHOD__ );
174169
175170 # Reinitialise the LocalisationCache to match the database state
176171 Language::getLocalisationCache()->unloadAll();

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r88772Workaround for duplicate key errorsdemon00:49, 25 May 2011

Status & tagging log