Skip to content

ViewTestAlg now dumps view data and parents

Benjamin Michael Wynne requested to merge bwynne/athena:ViewDataDump into master

Made ViewTestAlg more useful as a debugging tool by having it dump out the contents of the view it is running in.

This uses the SG::View::dump() method, which I've changed the output formatting for and fixed some bugs. Also added ViewTestAlg to the view inheritance test so you can see the dump() output working for parent views.

Merge request reports