Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The test is org.apache.jackrabbit.test.api.query.SaveTest located in jackrabbit-jcr-tests.
The issue is that even thought the api allows for impelmentations that perform lazy validation (at a later Session#save call), the test assumes direct validation and therefore fails when running against Oak code.
I'm proposing to add a Session#save call to the test to verify that the validation happens either directly or on the save call.