On 2013-01-23 16:53, Michael Dürig wrote:
Hi, What are the expectation regarding equality of node types? In Oak we currently have instance equality only. However, some TCK tests rely on a more coarse definition of node type equality since under certain circumstances org.apache.jackrabbit.test.api.NodeRemoveMixinTest#testNotAssigned fails due to relying on org.apache.jackrabbit.test.api.NodeMixinUtil#getNotAssignedMixinName which compares node types through equals. Or should we rather "fix" the test to not rely on comparing node types but rather their names? Michael
It seems that fixing the test would be the better approach. Best regards, Julian
