-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Fix Version/s: 7.2
-
Component/s: Tests, Themes (deprecated)
-
Tags:
-
Sprint:Sprint RepoTeam 7.1-2
There are issues due to different HashMap interation order in Java 8 for a few tests:
- org.nuxeo.theme.styling.tests.TestThemeStylingService.testStylesRegistration
- org.nuxeo.theme.styling.tests.TestThemeStylingService.testFlavorsRegistration
- org.nuxeo.theme.styling.tests.TestThemeStylingService.testUnregister
java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at org.nuxeo.theme.styling.tests.TestThemeStylingService.checkOriginalTheme(TestThemeStylingService.java:148) at org.nuxeo.theme.styling.tests.TestThemeStylingService.testStylesRegistration(TestThemeStylingService.java:225)
- is required by
-
NXP-20229 Fix Nuxeo 6.0 TestThemeStylingService tests
- Resolved