mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-02 21:59:39 +00:00
Skip AttachmentsControllerTest#test_thumbnail_for_pdf_should_be_png when ImageMagick convert is not available (#32307, #22481).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@18826 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
a8b6e805a7
commit
2e6b3b9248
@ -470,6 +470,8 @@ class AttachmentsControllerTest < Redmine::ControllerTest
|
||||
|
||||
if gs_installed?
|
||||
def test_thumbnail_for_pdf_should_be_png
|
||||
skip unless convert_installed?
|
||||
|
||||
Attachment.clear_thumbnails
|
||||
@request.session[:user_id] = 2
|
||||
get :thumbnail, :params => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user