From: Brion Vibber Date: Tue, 31 Oct 2006 14:49:25 +0000 (+0000) Subject: * Fix for parser tests with MySQL 5 in strict mode X-Git-Tag: 1.31.0-rc.0~55340 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=f9b02917a888405b221e9d130591c566c762f214;p=lhc%2Fweb%2Fwiklou.git * Fix for parser tests with MySQL 5 in strict mode --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e75e212640..d79faf9aba 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -116,6 +116,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN skin hooks, such as Oversight * Moved variant language links on Cologne Blue and Nostalgia to before the login/logout link +* Fix for parser tests with MySQL 5 in strict mode == Languages updated == diff --git a/maintenance/parserTests.inc b/maintenance/parserTests.inc index 19e4a0c846..b01190a9b1 100644 --- a/maintenance/parserTests.inc +++ b/maintenance/parserTests.inc @@ -485,6 +485,7 @@ class ParserTest { 'img_media_type' => MEDIATYPE_BITMAP, 'img_major_mime' => "image", 'img_minor_mime' => "jpeg", + 'img_metadata' => serialize( array() ), ) ); # Update certain things in site_stats