Rv extra precautions from r61465. I think I was confused by bug 16039 into adding it
authorMax Semenik <maxsem@users.mediawiki.org>
Sun, 31 Jan 2010 18:16:05 +0000 (18:16 +0000)
committerMax Semenik <maxsem@users.mediawiki.org>
Sun, 31 Jan 2010 18:16:05 +0000 (18:16 +0000)
maintenance/parserTests.inc

index 882bc24..a69a5c3 100644 (file)
@@ -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();
        }