mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
ACS-2497 Rework httpTransformRequestUsingDirectAccessUrlTest so it can be used in AI and Aspose (#535)
This commit is contained in:
@@ -153,6 +153,8 @@ public class TikaControllerTest extends AbstractTransformerControllerTest
|
||||
{
|
||||
sourceExtension = "pdf";
|
||||
targetExtension = "txt";
|
||||
sourceMimetype = MIMETYPE_PDF;
|
||||
targetMimetype = MIMETYPE_TEXT_PLAIN;
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -649,9 +651,6 @@ public class TikaControllerTest extends AbstractTransformerControllerTest
|
||||
@Override
|
||||
public void httpTransformRequestUsingDirectAccessUrlTest() throws Exception
|
||||
{
|
||||
this.sourceExtension = PDF;
|
||||
this.targetExtension = TXT;
|
||||
this.sourceMimetype = MIMETYPE_PDF;
|
||||
expectedTargetFileBytes = readTestFile(targetExtension);
|
||||
super.httpTransformRequestUsingDirectAccessUrlTest();
|
||||
}
|
||||
|
Reference in New Issue
Block a user