Actions
Patch #33226
closedSkip thumbnail tests if ImageMagick convert command is not available
Description
Failure: IssuesControllerTest#test_show_with_thumbnails_enabled_should_display_thumbnails [/test/functional/issues_controller_test.rb:2533]: Expected at least 1 element matching "div.thumbnails", found 0.. Expected 0 to be >= 1. ...
it shouldn't fail if ImageMagick isn't available
Files
Related issues
      
      Updated by Go MAEDA over 5 years ago
      
    
    - Related to Feature #1006: Display thumbnails of attached images added
 
      
      Updated by Go MAEDA over 5 years ago
      
    
    - File convert_available-v2.patch convert_available-v2.patch added
 - Target version set to 4.2.0
 
Thank you for the fix. I found that gantts_controller_test.rb should also be fixed. Attached the updated patch.
Error:
GanttsControllerTest#test_gantt_should_export_to_png:
MiniMagick::Error: You must have ImageMagick or GraphicsMagick installed
    lib/redmine/helpers/gantt.rb:381:in `to_image'
    app/controllers/gantts_controller.rb:44:in `block (2 levels) in show'
    app/controllers/gantts_controller.rb:42:in `show'
    lib/redmine/sudo_mode.rb:64:in `sudo_mode'
    test/functional/gantts_controller_test.rb:160:in `test_gantt_should_export_to_png'
bin/rails test test/functional/gantts_controller_test.rb:159
      
      Updated by Go MAEDA over 5 years ago
      
    
    - Subject changed from Skip thumbnail tests if convert isn't available to Skip thumbnail tests if ImageMagick convert command is not available
 - Status changed from New to Closed
 - Assignee set to Go MAEDA
 
Committed the patch. Thank you.
Actions