mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-07 17:48:35 +00:00
ATS-702: Add AIO tests from LibreOffice (#231)
Created test-jar for libreoffice-boot Updated LibreOfficeControllerTest.java so it can provide inheritance Updated LibreOfficeControllerTest#testPojoTransform to uses a viable targetMimetype Fixed inconsitent naming for @Value annotation Moved surefire config to super pom Implement LibreOfficeIT on AIO Controller
This commit is contained in:
@@ -142,7 +142,7 @@ public class ImageMagickTransformationIT
|
||||
testFile(MIMETYPE_IMAGE_XBM,"xbm","quick.xbm"),
|
||||
testFile(MIMETYPE_IMAGE_XPM,"xpm","quick.xpm"),
|
||||
testFile(MIMETYPE_IMAGE_XWD,"xwd","quick.xwd")
|
||||
).collect(toMap(TestFileInfo::getPath, identity()));;
|
||||
).collect(toMap(TestFileInfo::getPath, identity()));
|
||||
|
||||
private final String sourceFile;
|
||||
private final String targetExtension;
|
||||
|
Reference in New Issue
Block a user