spi2dav(ex): Item.isSame() may fail due to incomplete identifier information
----------------------------------------------------------------------------
Key: JCR-2560
URL: https://issues.apache.org/jira/browse/JCR-2560
Project: Jackrabbit Content Repository
Issue Type: Bug
Reporter: angela
the following test fail in spi2dav(ex):
org.apache.jackrabbit.jcr2spi.IsSameTest#testIsSameProperty3
org.apache.jackrabbit.jcr2spi.IsSameTest#testIsSameProperty4
org.apache.jackrabbit.jcr2spi.IsSameTest#testIsSameNode7
root cause is the fact that in the setup jcr2spi-spi2dav(ex) items are not
aware of ancestor identifiers unless those have been loaded, which in all
failing tests isn't the case.
for nodes this could be addressed by solving JCR-2030
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.