mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
ATS-763: Update T-Core for Legacy: Add test files & tests for newly added transforms (in ATS-731) (#252)
* ATS-763: Added missing tests in Ticka * ATS-763: Added the missing transform tests for Libre Office and replaced quick files in Ticka * ATS-763: Replaced newly added quick.xml and quick.msg with preexisting files. * ATS-763: Added targets to tests in Libre Office -see Jan's comment in PR * ATS-763: Added test files to Image Magick, and uncommented the PSD source file * ATS-763: put back a comment in Image Magick how it was before my previous commit * ATS-763: Resolved Jan's comment about seperating out mimetypes into their correct section such as SPREADSHEET or PRESENTATION * ATS-763: Fixed failing test (ppsm and ppsx) * ATS-763: Removed unnecessary source files in Image Magick * ATS-763: Fix failing LibreOffice unit tests * ATS-763: Fix indentation in LibreOfficeTransformationIT * ATS-763: fixed failing image magick tests and removed failing transform from config * ATS-763: Added missing priority for pages -> txt Co-authored-by: kristian <kristian.dimitrov@alfresco.com>
This commit is contained in:
@@ -227,8 +227,6 @@
|
||||
|
||||
{"sourceMediaType": "application/vnd.ms-excel.template.macroenabled.12", "priority": 110, "targetMediaType": "application/pdf" },
|
||||
|
||||
{"sourceMediaType": "application/vnd.ms-excel.addin.macroenabled.12", "priority": 110, "targetMediaType": "application/pdf" },
|
||||
|
||||
{"sourceMediaType": "application/vnd.openxmlformats-officedocument.presentationml.slideshow", "priority": 110, "targetMediaType": "application/pdf" },
|
||||
|
||||
{"sourceMediaType": "application/vnd.ms-powerpoint.slideshow.macroenabled.12", "priority": 110, "targetMediaType": "application/pdf" },
|
||||
|
Reference in New Issue
Block a user