Select the node named 'And'
Bring up the context menu (right mouse click)
Select 'Delete'
Observe:
    The alert reports the removeNode() call was successful
    The rendering of the tree shows the 'And' node and all it's children are gone
    The node map is properly cleaned up
    Traversing the node list returned by getTreeDefinition() still shows the removed nodes