-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Duplicate
-
Affects Version/s: None
-
Component/s: Collections
Two tests from CollectionAsynchronousDuplicateTest fail on MongoDB:
- org.nuxeo.ecm.collections.core.test.CollectionAsynchronousDuplicateTest.testCopyFolderContainingACollectionWithManyMembers
- org.nuxeo.ecm.collections.core.test.CollectionAsynchronousDuplicateTest.testCopyFolderContainingACollectionWithOneMember
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.ecm.collections.core.test.CollectionAsynchronousDuplicateTest.testCopyFolderContainingACollection(CollectionAsynchronousDuplicateTest.java:105) at org.nuxeo.ecm.collections.core.test.CollectionAsynchronousDuplicateTest.testCopyFolderContainingACollectionWithOneMember(CollectionAsynchronousDuplicateTest.java:65)
- depends on
-
NXP-21073 DBS copy should implicity save
- Resolved