aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding
diff options
context:
space:
mode:
authorMarcelo Lira <marcelo.lira@openbossa.org>2011-07-24 19:03:18 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-08 16:17:04 -0300
commitc3144c3fe91a6d069d849eecd46ead0828175b58 (patch)
tree61499125d9d13c4794e88bfec5eec21bb2b18a9d /tests/samplebinding
parent0342513031e1c33d680c891a6c0bb74fc99e329d (diff)
Moved an enum tag on 'sample' test binding to a better position.
Diffstat (limited to 'tests/samplebinding')
-rw-r--r--tests/samplebinding/typesystem_sample.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml
index 4eb4f57a8..6cd1ec7cc 100644
--- a/tests/samplebinding/typesystem_sample.xml
+++ b/tests/samplebinding/typesystem_sample.xml
@@ -1516,6 +1516,7 @@
<value-type name="Filter" />
<value-type name="Data">
+ <enum-type name="Field" />
<add-function signature="operator&amp;(const Union&amp;)" return-type="Intersection">
<inject-code class="target">
Intersection inter = *%CPPSELF &amp; %1;
@@ -1523,7 +1524,6 @@
</inject-code>
</add-function>
</value-type>
- <enum-type name="Data::Field" />
<value-type name="Union">
<add-function signature="operator&amp;(const Data&amp;)" return-type="Intersection">
<inject-code class="target">