mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Exclude 'test-image.bmp' from the list of non-displayable image types.
props atimmer. fixes #28386. git-svn-id: https://develop.svn.wordpress.org/trunk@28603 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -88,7 +88,7 @@ class Tests_Image_Functions extends WP_UnitTestCase {
|
||||
// these are image files but aren't suitable for web pages because of compatibility or size issues
|
||||
$files = array(
|
||||
// 'test-image-cmyk.jpg', Allowed in r9727
|
||||
'test-image.bmp',
|
||||
// 'test-image.bmp', Allowed in r28589
|
||||
// 'test-image-grayscale.jpg', Allowed in r9727
|
||||
'test-image.pct',
|
||||
'test-image.tga',
|
||||
|
||||
Reference in New Issue
Block a user