-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0
-
Fix Version/s: 7.2
-
Tags:
-
Sprint:Sprint RepoTeam 7.1-2
The integration test testDeleteContentStreamPWC (cmislibtest.DocumentTest) fails on Oracle:
FAIL: testDeleteContentStreamPWC (cmislibtest.DocumentTest) Delete the content stream of a PWC ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/fguillaume/Eclipse/nuxeo/nuxeo/nuxeo-distribution/nuxeo-distribution-cap-cmis-tests/cmislibtest.py", line 1191, in testDeleteContentStreamPWC self.assertRaises(CmisException, pwc.getContentStream) AssertionError: CmisException not raised
The test checks that fetching the content stream returns a constraint exception when the content stream has been deleted, but in this case fetching the content stream doesn't fail (returns the one that should have been deleted).
- depends on
-
NXP-16350 Fix buffering output flush, linked to transaction problems
- Resolved