From: Brion Vibber Date: Thu, 12 Jan 2006 23:06:49 +0000 (+0000) Subject: * Override $wgLocaltimezone in parser tests for us outside Iceland and UK X-Git-Tag: 1.6.0~584 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=a9cbd3b59838c354edb916a6adfcabe9c89ebdae;p=lhc%2Fweb%2Fwiklou.git * Override $wgLocaltimezone in parser tests for us outside Iceland and UK --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c4a683263f..beb95c8f43 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 === diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 8568e15794..b1d2bb1433 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -312,6 +312,7 @@ class ParserTest { 'wgNoFollowLinks' => true, 'wgThumbnailScriptPath' => false, 'wgUseTeX' => false, + 'wgLocaltimezone' => 'UTC', ); $this->savedGlobals = array(); foreach( $settings as $var => $val ) {