* Reset $wgActionPaths during parser test; corrects some false failures
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 5 Feb 2006 01:37:49 +0000 (01:37 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 5 Feb 2006 01:37:49 +0000 (01:37 +0000)
  in the automated test report.

RELEASE-NOTES
maintenance/parserTests.inc

index d5587ea..78a0433 100644 (file)
@@ -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 ===
index 63c4d13..5bc2a00 100644 (file)
@@ -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',