Make WordPress Core

Opened 12 years ago

Closed 12 years ago

#28386 closed defect (bug) (fixed)

test_is_displayable_image_negative() test failing on bmp

Reported by: atimmer's profile atimmer Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.0 Priority: normal
Severity: normal Version: 4.0
Component: Media Keywords: has-patch commit
Focuses: Cc:

Description

Since [28589] bmp is now a displayable image type the test for this fails.

1) Tests_Image_Functions::test_is_displayable_image_negative
file_is_valid_image(test-image.bmp) should return false
Failed asserting that true is false.

Attachments (1)

28386.diff (582 bytes) - added by atimmer 12 years ago.

Download all attachments as: .zip

Change History (4)

@atimmer
12 years ago

This ticket was mentioned in IRC in #wordpress-dev by atimmer. View the logs.


12 years ago

#2 @SergeyBiryukov
12 years ago

  • Component changed from General to Media
  • Keywords has-patch commit added
  • Milestone changed from Awaiting Review to 4.0

#3 @SergeyBiryukov
12 years ago

  • Owner set to SergeyBiryukov
  • Resolution set to fixed
  • Status changed from new to closed

In 28603:

Exclude 'test-image.bmp' from the list of non-displayable image types.

props atimmer.
fixes #28386.

Note: See TracTickets for help on using tickets.