aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/typesystem_sample.xml
diff options
context:
space:
mode:
authorHugo Parente Lima <hugo.lima@openbossa.org>2010-04-16 14:37:01 -0300
committerHugo Parente Lima <hugo.lima@openbossa.org>2010-04-22 19:45:24 -0300
commit735a1c4fd5a1af96fb26793a707c4151094bae9c (patch)
tree5933afdc285d70ff348e1979fc760b100909eaaf /tests/samplebinding/typesystem_sample.xml
parent541a47b1c003cfc9eaec685918ad54a463f202c2 (diff)
Add test for classes and inner classes inside namespaces.
Diffstat (limited to 'tests/samplebinding/typesystem_sample.xml')
-rw-r--r--tests/samplebinding/typesystem_sample.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml
index 5f66e7608..bb0d98e1f 100644
--- a/tests/samplebinding/typesystem_sample.xml
+++ b/tests/samplebinding/typesystem_sample.xml
@@ -97,6 +97,10 @@
</modify-function>
</namespace-type>
+ <value-type name="SampleNamespace::SomeClass" />
+ <value-type name="SampleNamespace::SomeClass::SomeInnerClass" />
+ <value-type name="SampleNamespace::SomeClass::SomeInnerClass::OkThisIsRecursiveEnough" />
+
<object-type name="Abstract">
<modify-function signature="id()" rename="id_"/>
</object-type>
@@ -1060,7 +1064,6 @@
<rejection class="ListUser" function-name="sumList(std::list&lt;int&gt;)"/>
<rejection class="ListUser" function-name="sumList(std::list&lt;double&gt;)"/>
-
<suppress-warning text="::*" />
<suppress-warning text="horribly broken type '__off64_t'" />
<suppress-warning text="enum '__codecvt_result' does not have a type entry or is not an enum" />