aboutsummaryrefslogtreecommitdiff
path: root/tests/testdata/inheritanceTESTout.xml
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-01-02 10:23:48 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-01-02 10:23:48 -0500
commitb02b461c2a6b94fa9b27d26bfa4918f39769363c (patch)
tree41b66b694594ee5b1b269de2c3b6d2ce33c3515d /tests/testdata/inheritanceTESTout.xml
parent93dfb8e3003b483c1041c6f7b4ff293935aeb7c0 (diff)
Changed default mode of xml merging to merge instead of replace. Added some 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.
Diffstat (limited to 'tests/testdata/inheritanceTESTout.xml')
-rw-r--r--tests/testdata/inheritanceTESTout.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testdata/inheritanceTESTout.xml b/tests/testdata/inheritanceTESTout.xml
index e8fb228..0d4bba0 100644
--- a/tests/testdata/inheritanceTESTout.xml
+++ b/tests/testdata/inheritanceTESTout.xml
@@ -2,7 +2,7 @@
<B>
<SubB>
<SubSubB>
- <A>
+ <A param3="val3">
<param1>1</param1>
<param2>2</param2>
</A>