aboutsummaryrefslogtreecommitdiff
path: root/tests/testdata/aParent.xml
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2010-12-26 14:38:25 -0500
committerGravatar rcoh <rcoh@mit.edu>2010-12-26 14:38:25 -0500
commitbbb31f8213d61b7c91d8b17c543d12491dd2df1b (patch)
tree587be5cb3b64fb5797dc311ac082e3e7503635c2 /tests/testdata/aParent.xml
parentb09a41f0891c041ad4fcecca59d03f52fe9ee9e8 (diff)
a bugfix in APL. Support and a unit test for behavior inheritance. It now happens automatically
when the config is loaded. Simply use Config.loadConfigFile(fileName) to leverage the functionality.
Diffstat (limited to 'tests/testdata/aParent.xml')
-rw-r--r--tests/testdata/aParent.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/testdata/aParent.xml b/tests/testdata/aParent.xml
new file mode 100644
index 0000000..b07c192
--- /dev/null
+++ b/tests/testdata/aParent.xml
@@ -0,0 +1,4 @@
+<A>
+ <param1>1</param1>
+ <param2>2</param2>
+</A>