* Override $wgLocaltimezone in parser tests for us outside Iceland and UK
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 12 Jan 2006 23:06:49 +0000 (23:06 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 12 Jan 2006 23:06:49 +0000 (23:06 +0000)
RELEASE-NOTES
maintenance/parserTests.inc

index c4a6832..beb95c8 100644 (file)
@@ -471,6 +471,7 @@ fully support the editing toolbar, but was found to be too confusing.
 * (bug 1663) support color in TeX formulas
 * (bug 2026) missing glue around \not= (TeX)
 * (bug 4576) Missing '>' broke license selector's first option in IE, Opera
+* Override $wgLocaltimezone in parser tests for us outside Iceland and UK
 
 
 === Caveats ===
index 8568e15..b1d2bb1 100644 (file)
@@ -312,6 +312,7 @@ class ParserTest {
                        'wgNoFollowLinks' => true,
                        'wgThumbnailScriptPath' => false,
                        'wgUseTeX' => false,
+                       'wgLocaltimezone' => 'UTC',
                        );
                $this->savedGlobals = array();
                foreach( $settings as $var => $val ) {