After [34188], fix unit test for image header.

See #33319.


git-svn-id: https://develop.svn.wordpress.org/trunk@34214 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-09-15 18:43:51 +00:00
parent 1a352d56f9
commit 6493d211d2

View File

@ -120,7 +120,6 @@ class Tests_Image_Header extends WP_UnitTestCase {
$this->assertEquals( $object['guid'], $cropped );
$this->assertEquals( $object['context'], 'custom-header' );
$this->assertEquals( $object['post_mime_type'], 'image/jpeg' );
$this->assertEquals( $object['post_content'], $cropped );
}
function test_insert_cropped_attachment() {