Actions
Defect #32307
closedAttachmentsControllerTest#test_thumbnail_for_pdf_should_be_png fails if ImageMagick convert is not available
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Code cleanup/refactoring
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
To reproduce it, set invalid value to imagemagick_convert_command in configuration.yml and run attachments_controller_test.rb.
Failure: AttachmentsControllerTest#test_thumbnail_for_pdf_should_be_png [/Users/maeda/redmines/redmine-trunk/test/functional/attachments_controller_test.rb:478]: Expected response to be a <2XX: success>, but was a <404: Not Found> Response body: bin/rails test test/functional/attachments_controller_test.rb:472
The test should be skipped if convert command is not available.
Files
Related issues
Actions