From: Brion Vibber Date: Tue, 5 Jun 2007 19:32:09 +0000 (+0000) Subject: Update test case for 'Template with thumb image (with link in description)'. X-Git-Tag: 1.31.0-rc.0~52650 X-Git-Url: http://git.cyclocoop.org//%27http:/code.google.com/p/ie7-js//%27?a=commitdiff_plain;h=8a1e886e2dd83046e8bf0c4cec09b31574264a4d;p=lhc%2Fweb%2Fwiklou.git Update test case for 'Template with thumb image (with link in description)'. Change in behavior for thumb rendering of a nonexistent image: instead of using the icon size (120px) the hardcoded default thumb size (180px) is now used. Since this isn't really defined behavior there doesn't seem to be a pressing reason to change it back. --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 8ed757c852..8577cc0694 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -2267,7 +2267,7 @@ Template with thumb image (with link in description) {{paramtest| param =[[Image:noimage.png|thumb|[[no link|link]] [[no link|caption]]]]}} !! result -This is a test template with parameter
+This is a test template with parameter
!! end