summaryrefslogtreecommitdiff
path: root/test/core/NodeTest.cpp
AgeCommit message (Collapse)Author
2015-01-02Moved event system from the Node class to the Managed class (with zero ↵Andreas Stöckel
overhead if is not used)
2014-12-16changed paths to new location of the Managed class, adapted NodeVector and ↵Andreas Stöckel
NodeMap to the slightly changed conditions in the Node class
2014-11-21resolve now resolves lists of generic Managed objects and not nodes (this is ↵Andreas Stöckel
needed as e.g. constants need to be resolved, which are TypeInstances but not Nodes)
2014-11-21Finished last commits moving action by also moving the tests and correcting ↵Benjamin Paassen
all references and namespaces in the code.