Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.5.3
-
None
Description
Currently some TCK tests rely on node type equality. See NodeMixinUtil#getNotAssignedMixinName. This can cause the NodeRemoveMixinTest#testNotAssigned to fail if NodeType implementation do not implement equals the way expected by the test case.
I suggest to change the test case to not rely on node type equality but rather compare the node type names.