Skip to content

Commit f472375

Browse files
committed
💡 Updated status of integration tests in comments
TestContainers now works the same as a local AEM instance, so the comments were updated to reflect this. Also tags were added to allow the exclusion of tests that fail because they require additional AEM configuration.
1 parent 0c9f1df commit f472375

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

  • rest-services/it.tests/src/test/java/com/_4point/aem/docservices/rest_services/it_tests

‎rest-services/it.tests/src/test/java/com/_4point/aem/docservices/rest_services/it_tests/TestUtils.java‎

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,12 @@ public class TestUtils {
3333
public static final AemTargetType AEM_TARGET_TYPE = AemTargetType.LOCAL;
3434
// Status of LOCAL AEM Target support.
3535
// AEM Integration test issues:
36-
// * Sample JSON Adaptive Form not deployed - Causes JSON AF Rendering test to fail
37-
// * Sample XDP not copied to target file system - Causes GeneratePdfOututTest "For mWindows Machine" rendering test failures
38-
// * Reader Extensions not configured - Causes Reader Extensions (Secure Document) tests to fail
39-
// * OpenOffice not installed - causes GeneratePdf tests to fail
36+
// * Sample JSON Adaptive Form not deployed - Causes JSON AF Rendering test to fail - This test is currently disabled.
37+
// * Reader Extensions not configured - Causes Reader Extensions (Secure Document) tests to fail - These tests can be excluded by excluding the "requiresRe" tag.
38+
// * OpenOffice not installed - causes GeneratePdf tests to fail - These tests can be excluded by excluding the "requiresPdfG" tag.
4039
//
4140
// Status of TestContainers support.
42-
// AEM Integration test issues (in addition to those above)::
43-
// * Sample Adaptive Form not deployed - Causes AF Rendering test to fail (should be fixed in latest AEM image)
44-
// * JSAFE not configured - Causes Assembler test to fail (should be fixed in latest AEM image)
45-
// * Sample XDP not deployed - Causes HTML5, PDF and Print rendering tests to fail (should be fixed in latest AEM image)
46-
// * GeneratePrintedOutput test AllArgs seems to want D:\FluentForms\Forms - Need to fix tests
47-
// * Generate HTLML5 test fails because protected mode is on - Need to fix AEM image creation code to set this.
41+
// Same as above.
4842

4943
// The TESTCONTAINERS configuration requires an AEM container image with AEM forms installed. Since AEM is proprietary, it is not possible to obtain this
5044
// through public images. By default, this uses a private image hosted in the 4PointSolutions-PS GitHub organization. If you are not

0 commit comments

Comments
 (0)