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:
@@ -56,6 +56,8 @@ public interface MimetypeMap
|
||||
String MIMETYPE_EXCEL = "application/vnd.ms-excel";
|
||||
String MIMETYPE_BINARY = "application/octet-stream";
|
||||
String MIMETYPE_PPT = "application/vnd.ms-powerpoint";
|
||||
String MIMETYPE_RTF = "application/rtf";
|
||||
String MIMETYPE_TSV = "text/tab-separated-values";
|
||||
String MIMETYPE_APP_DWG = "application/dwg";
|
||||
String MIMETYPE_IMG_DWG = "image/vnd.dwg";
|
||||
String MIMETYPE_VIDEO_AVI = "video/x-msvideo";
|
||||
|
Reference in New Issue
Block a user