From e3a390e71b1a50c6ffb5a44fb913211e8885a3be Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 27 Apr 2005 07:25:16 +0000 Subject: [PATCH] * Changing img_height and img_width to the values of our testimage --- maintenance/parserTests.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) ); -- 2.20.1