From 1140c47c3026fccd1c2f16721381291cdbfe483d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 28 May 2014 22:20:36 +0000 Subject: [PATCH] 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 --- tests/phpunit/tests/image/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/image/functions.php b/tests/phpunit/tests/image/functions.php index 9d7b4758c6..d3515fbc78 100644 --- a/tests/phpunit/tests/image/functions.php +++ b/tests/phpunit/tests/image/functions.php @@ -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',