Details
-
Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
7.1.X, Master
-
None
-
3
-
Oracle OpenJDK 11
Description
Steps to reproduce issue:
- Compile portal on JDK8
- Start up portal on JDK11
- Run integration tests from Adaptive Media module on JDK11
Expected result: All Adaptive Media module integration tests pass
Actual result: The following module integration tests fail:
AMThumbnailsOSGiCommandsTest.testCleanUpDeletesOnlyImageThumbnails
java.lang.AssertionError: expected:<2> but was:<1>
AMThumbnailsOSGiCommandsTest.testMigrateDoesNotRemoveThumbnails
java.lang.AssertionError: expected:<3> but was:<2>
AMImageProcessorTest.testAddingFileEntryWithImageCreatesMedia
java.lang.AssertionError: expected:<1> but was:<0>