From 04b80879ce508443cf84faf5b3e9ae131ea607f2 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 4 Aug 2011 23:14:17 +0000 Subject: [PATCH] Partial fix for r88772: no need for IGNORE on site_stats, just interwiki --- tests/phpunit/includes/parser/NewParserTest.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/phpunit/includes/parser/NewParserTest.php b/tests/phpunit/includes/parser/NewParserTest.php index 088f03673a..a4da0393a4 100644 --- a/tests/phpunit/includes/parser/NewParserTest.php +++ b/tests/phpunit/includes/parser/NewParserTest.php @@ -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(); -- 2.20.1