Make nofollow exceptions unset for parser tests
authorAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 5 Feb 2009 23:35:57 +0000 (23:35 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Thu, 5 Feb 2009 23:35:57 +0000 (23:35 +0000)
This was causing a local parser test regression, because I had
$wgNoFollowDomainExceptions containing wikipedia.org.

maintenance/parserTests.inc

index 7ca5f5f..cb9e8ae 100644 (file)
@@ -545,6 +545,7 @@ class ParserTest {
                        'wgMaxTocLevel' => $maxtoclevel,
                        'wgCapitalLinks' => true,
                        'wgNoFollowLinks' => true,
+                       'wgNoFollowDomainExceptions' => array(),
                        'wgThumbnailScriptPath' => false,
                        'wgUseTeX' => false,
                        'wgLocaltimezone' => 'UTC',