From: Chad Horohoe Date: Thu, 4 Aug 2011 23:14:17 +0000 (+0000) Subject: Partial fix for r88772: no need for IGNORE on site_stats, just interwiki X-Git-Tag: 1.31.0-rc.0~28425 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=04b80879ce508443cf84faf5b3e9ae131ea607f2;p=lhc%2Fweb%2Fwiklou.git Partial fix for r88772: no need for IGNORE on site_stats, just interwiki --- 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();