From: Brion Vibber Date: Sun, 5 Feb 2006 01:37:49 +0000 (+0000) Subject: * Reset $wgActionPaths during parser test; corrects some false failures X-Git-Tag: 1.6.0~376 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=be8204ddfdc5eb0ef44c9d37e9ba920d2b798aa3;p=lhc%2Fweb%2Fwiklou.git * Reset $wgActionPaths during parser test; corrects some false failures in the automated test report. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d5587ea42c..78a04338b3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -595,6 +595,8 @@ fully support the editing toolbar, but was found to be too confusing. * (bug 4841) Warning for non-logged-in edits * (bug 4867) Leave invalid EXIF date fields unformatted instead of showing a bogus current timestamp +* Reset $wgActionPaths during parser test; corrects some false failures + in the automated test report. === Caveats === diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 63c4d13ccd..5bc2a009c4 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -293,6 +293,7 @@ class ParserTest { 'wgScript' => '/index.php', 'wgScriptPath' => '/', 'wgArticlePath' => '/wiki/$1', + 'wgActionPaths' => array(), 'wgUploadPath' => 'http://example.com/images', 'wgUploadDirectory' => $this->uploadDir, 'wgStyleSheetPath' => '/skins',