summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Volz <andreas@er00923n.fritz.box>2011-11-11 10:07:19 +0100
committerAndreas Volz <andreas@er00923n.fritz.box>2011-11-11 10:07:19 +0100
commitcdd13a374784dab91746081143a4479ee174bac2 (patch)
tree7251bb9fb6aec57694513ef17fc15f96eea69ae9
parentd91fb952d3fb064782e6015abb10b13f3a84aa99 (diff)
downloaddbus-c++-cdd13a374784dab91746081143a4479ee174bac2.tar.gz
more tests from patches
-rw-r--r--test/generator/dbuscxx_test_generator.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/generator/dbuscxx_test_generator.xml b/test/generator/dbuscxx_test_generator.xml
index 813bc75..d4e3079 100644
--- a/test/generator/dbuscxx_test_generator.xml
+++ b/test/generator/dbuscxx_test_generator.xml
@@ -228,5 +228,17 @@
<arg type="a(a(uu)s)" name="array" direction="out" />
</method>
+ <method name="Unsorted3">
+ <arg type="a(uq(udu))" name="array" direction="out" />
+ </method>
+
+ <method name="Unsorted4">
+ <arg type="a(uqa(udyu))" name="array" direction="out" />
+ </method>
+
+ <method name="Unsorted5">
+ <arg type="a(a(yq)u)" name="array" direction="out" />
+ </method>
+
</interface>
</node>