diff options
author | Phil Summers <phil@blindlime.org> | 2016-12-23 00:40:11 +0000 |
---|---|---|
committer | Phil Summers <phil@blindlime.org> | 2016-12-23 00:40:11 +0000 |
commit | 87e45fd308babf14f9c9d98a8ba1d89e7f4cd00b (patch) | |
tree | 1ea0f6ef1d57f3f7385ea1ade2016925a033c031 /test/data | |
parent | 98072015c4be78f3bb4bb048b07d261287173b81 (diff) | |
download | vyconf-87e45fd308babf14f9c9d98a8ba1d89e7f4cd00b.tar.gz vyconf-87e45fd308babf14f9c9d98a8ba1d89e7f4cd00b.zip |
T230: Add missing data access functions to the Reference_tree module with unit tests
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/interface_definition_sample.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/data/interface_definition_sample.xml b/test/data/interface_definition_sample.xml index 6a4f201..c6185c0 100644 --- a/test/data/interface_definition_sample.xml +++ b/test/data/interface_definition_sample.xml @@ -5,6 +5,7 @@ <node name="login" owner="login"> <children> <tagNode name="user"> + <keepChildOrder/> <properties> <help>User name</help> <constraint> |