aboutsummaryrefslogtreecommitdiff
path: root/tests/testdata/override.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/override.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/override.xml')
-rw-r--r--tests/testdata/override.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/testdata/override.xml b/tests/testdata/override.xml
index 5d703ed..1108fb0 100644
--- a/tests/testdata/override.xml
+++ b/tests/testdata/override.xml
@@ -5,4 +5,9 @@
<B OverrideBehavior="Merge">
<SomeNewParam>blah</SomeNewParam>
</B>
+<APPEND>
+ <A>
+ <someparam>appenedA</someparam>
+ </A>
+</APPEND>
</Override>