mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-07-31 17:38:33 +00:00
Merge branch 'ATS-702_ATS-675_Add-AIO-Tests' of github.com:Alfresco/alfresco-transform-core into ATS-702_ATS-675_Add-AIO-Tests
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* #%L
|
||||
* Alfresco Transform Core
|
||||
* %%
|
||||
* Copyright (C) 2005 - 2019 Alfresco Software Limited
|
||||
* Copyright (C) 2005 - 2020 Alfresco Software Limited
|
||||
* %%
|
||||
* This file is part of the Alfresco software.
|
||||
* -
|
||||
@@ -49,4 +49,4 @@ public class AIOControllerHttpRequestTest extends AbstractHttpRequestTest
|
||||
return "jpg";
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -104,7 +104,7 @@ public class AIOControllerImageMagickTest extends ImageMagickControllerTestBase
|
||||
@Override
|
||||
public void noTargetFileTest()
|
||||
{
|
||||
// Ignore the test in super class as the AIO transforms we not be selected .
|
||||
// Ignore the test in super class as the AIO transforms will not be selected .
|
||||
// It is the mock that returns a zero length file for other transformers, when we supply an invalid targetExtension.
|
||||
}
|
||||
|
||||
@@ -112,7 +112,7 @@ public class AIOControllerImageMagickTest extends ImageMagickControllerTestBase
|
||||
@Override
|
||||
public void testGetTransformConfigInfo()
|
||||
{
|
||||
// Ignore the test in super class as the AIO transforms we not be selected .
|
||||
// Ignore the test in super class as the AIO transforms will not be selected .
|
||||
|
||||
}
|
||||
|
||||
@@ -120,21 +120,21 @@ public class AIOControllerImageMagickTest extends ImageMagickControllerTestBase
|
||||
@Override
|
||||
public void testGetInfoFromConfigWithDuplicates()
|
||||
{
|
||||
// Ignore the test in super class as the AIO transforms we not be selected .
|
||||
// Ignore the test in super class as the AIO transforms will not be selected .
|
||||
|
||||
}
|
||||
@Test
|
||||
@Override
|
||||
public void testGetInfoFromConfigWithEmptyTransformOptions()
|
||||
{
|
||||
// Ignore the test in super class as the AIO transforms we not be selected .
|
||||
// Ignore the test in super class as the AIO transforms will not be selected .
|
||||
|
||||
}
|
||||
@Test
|
||||
@Override
|
||||
public void testGetInfoFromConfigWithNoTransformOptions()
|
||||
{
|
||||
// Ignore the test in super class as the AIO transforms we not be selected .
|
||||
// Ignore the test in super class as the AIO transforms will not be selected .
|
||||
|
||||
}
|
||||
|
||||
@@ -143,7 +143,7 @@ public class AIOControllerImageMagickTest extends ImageMagickControllerTestBase
|
||||
public void deprecatedCommandOptionsTest() throws Exception
|
||||
{
|
||||
// Ignore test in super class as the CommandOptions is not within the imagemagick_engine_config.json
|
||||
// as such it will not be considere a to have a valid transformer.
|
||||
// as such it will not be considered to have a valid transformer.
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -49,10 +49,6 @@
|
||||
<groupId>org.quartz-scheduler</groupId>
|
||||
<artifactId>quartz</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>xml-apis</groupId>
|
||||
<artifactId>xml-apis</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
@@ -113,4 +109,4 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user