Defect #32307 ยป AttachmentsControllerTest-fails-if-convert-not-available.patch
| test/functional/attachments_controller_test.rb | ||
|---|---|---|
| 470 | 470 | |
| 471 | 471 |
if gs_installed? |
| 472 | 472 |
def test_thumbnail_for_pdf_should_be_png |
| 473 |
skip unless convert_installed? |
|
| 473 | 474 |
Attachment.clear_thumbnails |
| 474 | 475 |
@request.session[:user_id] = 2 |
| 475 | 476 |
get :thumbnail, :params => {
|