aboutsummaryrefslogtreecommitdiff
path: root/tests/testdata
Commit message (Collapse)AuthorAge
* Added XML introspection script (XmlInfo.py). Should make reading XML files ↵Gravatar rcoh2011-02-20
| | | | | | a lot easier for us humans!
* Not sure if this works.Gravatar rcoh2011-01-03
|
* Changed default mode of xml merging to merge instead of replace. Added some ↵Gravatar rcoh2011-01-02
| | | | | | | syntactic sugar in xml file -- attributes on Class-Level items will be automatically added to their args dict. This is designed for easy specification of Id etc. when you are Inheriting from another class.
* Inheritence now happens at all levels on reading of config files. No ↵Gravatar rcoh2010-12-29
| | | | | | additional resolution of inheritances should be necessary. RCOH
* a bugfix in APL. Support and a unit test for behavior inheritance. It now ↵Gravatar rcoh2010-12-26
| | | | | | | happens automatically when the config is loaded. Simply use Config.loadConfigFile(fileName) to leverage the functionality.
* some testcode that should be in the testing branch, but w/e. A method to ↵Gravatar rcoh2010-12-25
composite to xml trees, and a unit test to test it.