Partial fix for r88772: no need for IGNORE on site_stats, just interwiki
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 4 Aug 2011 23:14:17 +0000 (23:14 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 4 Aug 2011 23:14:17 +0000 (23:14 +0000)
tests/phpunit/includes/parser/NewParserTest.php

index 088f036..a4da039 100644 (file)
@@ -164,12 +164,7 @@ class NewParserTest extends MediaWikiTestCase {
                # Update certain things in site_stats
                $this->db->insert( 'site_stats',
                        array( 'ss_row_id' => 1, 'ss_images' => 2, 'ss_good_articles' => 1 ),
-                       __METHOD__,
-                       /**
-                        * @todo Fixme! Same as above!
-                        */
-                       array( 'IGNORE' )
-               );
+                       __METHOD__ );
 
                # Reinitialise the LocalisationCache to match the database state
                Language::getLocalisationCache()->unloadAll();