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/%27.parametre_url%28%20%20%20generer_action_auteur%28%27charger_plugin%27%2C%20%27update_flux%27%29%2C%27update_flux%27%2C%20%27oui%27%29.%27?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();