From: Max Semenik Date: Sun, 31 Jan 2010 18:16:05 +0000 (+0000) Subject: Rv extra precautions from r61465. I think I was confused by bug 16039 into adding it X-Git-Tag: 1.31.0-rc.0~38018 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=2980e4497a5c014470a3772045241da67fe797d5;p=lhc%2Fweb%2Fwiklou.git Rv extra precautions from r61465. I think I was confused by bug 16039 into adding it --- diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 882bc2486b..a69a5c34e3 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -1135,9 +1135,6 @@ class ParserTest { $art = new Article($title); $art->insertNewArticle($text, '', false, false ); - if( $title->getNamespace() == NS_MEDIAWIKI ) { - $wgMessageCache->replace( $title->getDBkey(), $text ); - } $this->teardownGlobals(); }