From: Ævar Arnfjörð Bjarmason Date: Wed, 27 Apr 2005 07:25:16 +0000 (+0000) Subject: * Changing img_height and img_width to the values of our testimage X-Git-Tag: 1.5.0alpha1~110 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=e3a390e71b1a50c6ffb5a44fb913211e8885a3be;p=lhc%2Fweb%2Fwiklou.git * Changing img_height and img_width to the values of our testimage --- diff --git a/maintenance/parserTests.php b/maintenance/parserTests.php index 4443334d88..85a2be8c41 100644 --- a/maintenance/parserTests.php +++ b/maintenance/parserTests.php @@ -418,8 +418,8 @@ class ParserTest { 'img_user' => 1, 'img_user_text' => 'WikiSysop', 'img_timestamp' => $db->timestamp( '20010115123500' ), - 'img_width' => 666, - 'img_height' => 444, + 'img_width' => 1941, + 'img_height' => 220, 'img_bits' => 24, 'img_type' => 2, // 2 == JPEG ) );