mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
ATS-995, MNT-23248: TIFF to PDF ImageMagick transform don't work
- fixing failing AIOTikaTest::optionListTest
This commit is contained in:
parent
68e2b9e494
commit
ac0ccec99f
@ -63,13 +63,15 @@ public class AIOTikaTest extends TikaTest
|
|||||||
"notExtractBookmarksText",
|
"notExtractBookmarksText",
|
||||||
"page",
|
"page",
|
||||||
"pageLimit",
|
"pageLimit",
|
||||||
|
"pdfFormat",
|
||||||
"resizeHeight",
|
"resizeHeight",
|
||||||
"resizePercentage",
|
"resizePercentage",
|
||||||
"resizeWidth",
|
"resizeWidth",
|
||||||
"startPage",
|
"startPage",
|
||||||
"targetEncoding",
|
"targetEncoding",
|
||||||
"thumbnail",
|
"thumbnail",
|
||||||
"width"),
|
"width"
|
||||||
|
),
|
||||||
getOptionNames(controller.transformConfig(0).getBody().getTransformOptions()));
|
getOptionNames(controller.transformConfig(0).getBody().getTransformOptions()));
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user