From: Aryeh Gregor Date: Thu, 5 Feb 2009 23:35:57 +0000 (+0000) Subject: Make nofollow exceptions unset for parser tests X-Git-Tag: 1.31.0-rc.0~43018 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=501c123672527db4d4c5fe7fb03cf99ae65e0b9e;p=lhc%2Fweb%2Fwiklou.git Make nofollow exceptions unset for parser tests This was causing a local parser test regression, because I had $wgNoFollowDomainExceptions containing wikipedia.org. --- diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 7ca5f5f12b..cb9e8aedbb 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -545,6 +545,7 @@ class ParserTest { 'wgMaxTocLevel' => $maxtoclevel, 'wgCapitalLinks' => true, 'wgNoFollowLinks' => true, + 'wgNoFollowDomainExceptions' => array(), 'wgThumbnailScriptPath' => false, 'wgUseTeX' => false, 'wgLocaltimezone' => 'UTC',