diff options
author | renatofilho <renato.filho@openbossa.org> | 2010-10-15 19:01:58 -0300 |
---|---|---|
committer | renatofilho <renato.filho@openbossa.org> | 2010-10-15 19:12:24 -0300 |
commit | 9078b47fcc5fec2d80a242e8a8f494b5b4c4efd1 (patch) | |
tree | 6a99d67a22e3754e164861faf82e555856e754ff /tests/samplebinding/typesystem_sample.xml | |
parent | b548f03130cdd2aa7bdcb4bf00f5da8240fc78ee (diff) | |
download | shiboken-9078b47fcc5fec2d80a242e8a8f494b5b4c4efd1.tar.gz shiboken-9078b47fcc5fec2d80a242e8a8f494b5b4c4efd1.tar.xz shiboken-9078b47fcc5fec2d80a242e8a8f494b5b4c4efd1.zip |
Fixed namespace lookup during the class generation.
fixes bug #414.
Reviewer: Hugo Parente Lima <hugo.pl@gmail.com>
Luciano Wolf <luciano.wolf@openbossa.org>
Diffstat (limited to 'tests/samplebinding/typesystem_sample.xml')
-rw-r--r-- | tests/samplebinding/typesystem_sample.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml index 319cc658..9d14681a 100644 --- a/tests/samplebinding/typesystem_sample.xml +++ b/tests/samplebinding/typesystem_sample.xml @@ -87,7 +87,9 @@ <enum-type name="OutValue"/> <enum-type identified-by-value="AnonymousClassEnum_Value1"/> - <object-type name="DerivedFromNamespace" /> + <object-type name="DerivedFromNamespace"> + <enum-type name="SampleNamespace"/> + </object-type> <value-type name="SomeClass"> <value-type name="SomeInnerClass"> <object-type name="OkThisIsRecursiveEnough"> |