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:
Sergey Biryukov 2014-05-28 22:20:36 +00:00
parent d201ded99e
commit 1140c47c30
1 changed files with 1 additions and 1 deletions

View File

@ -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',