aboutsummaryrefslogtreecommitdiffstats
path: root/tests/typeindex_1.xml
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.pl@gmail.com>2011-08-24 17:54:56 -0300
committerHugo Parente Lima <hugo.pl@gmail.com>2012-03-09 19:10:19 -0300
commitdfd0bc442d5f3c04d03ee23606b399ed18d304f7 (patch)
tree820d4a362b785918b54b2a85667b715727cc7cf5 /tests/typeindex_1.xml
parenteef4208e789cff36e5f6a40a49a239d6461f8683 (diff)
Implement getTypeIndex function for types no generated types and primitive types.
Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
Diffstat (limited to 'tests/typeindex_1.xml')
-rw-r--r--tests/typeindex_1.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/typeindex_1.xml b/tests/typeindex_1.xml
new file mode 100644
index 000000000..047987c91
--- /dev/null
+++ b/tests/typeindex_1.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" ?>
+<typesystem package="Bar">
+ <load-typesystem name="typeindex_2.xml" generate="no" />
+ <primitive-type name="P4" />
+ <primitive-type name="P5" />
+
+ <value-type name="Value3" />
+ <value-type name="Value4" />
+</typesystem>