This test fails on Java 8 due to different HashMap iteration order:
org.junit.ComparisonFailure: expected:<{"[stringProp":"testString1","dateProp":1234500000000,"boolProp":null,"enumProp":null,"arrayProp":[],"intProp":null,"floatProp":null]}> but was:<{"[arrayProp":[],"boolProp":null,"enumProp":null,"dateProp":1234500000000,"floatProp":null,"intProp":null,"stringProp":"testString1"]}> at org.junit.Assert.assertEquals(Assert.java:115) at org.junit.Assert.assertEquals(Assert.java:144) at org.nuxeo.ecm.core.opencmis.impl.CmisSuiteSession.testComplexProperties(CmisSuiteSession.java:1216)
- depends on
-
NXP-14474 Nuxeo CMIS Connector should optionally JSON encode/decode complex property types
- Resolved