The test CmisSuiteSession.testLastModifiedServiceWrapper tries to change the dc:modified property but this is immediately overwritten by DublinCoreListener. So the test always fails:
testLastModifiedServiceWrapper(org.nuxeo.ecm.core.opencmis.impl.CmisSuiteSession) Time elapsed: 1.66 sec <<< FAILURE! java.lang.AssertionError: expected:<1176300000000> but was:<1448978977925> at org.junit.Assert.fail(Assert.java:88) at org.junit.Assert.failNotEquals(Assert.java:743) at org.junit.Assert.assertEquals(Assert.java:118) at org.junit.Assert.assertEquals(Assert.java:555) at org.junit.Assert.assertEquals(Assert.java:542) at org.nuxeo.ecm.core.opencmis.impl.CmisSuiteSession.testLastModifiedServiceWrapper(CmisSuiteSession.java:970)
NXP-15520 attempted to fix this but misdiagnosed the issue.
- depends on
-
NXP-15520 Fix SQL Server timezone issues in tests
- Resolved