From 2d146fad966ae24940c65812cde4c28b645ecf6b Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Thu, 16 Dec 2010 14:08:29 -0300 Subject: Added tests to check the release of ownership of objects returned from Python. The ObjectModel test class was introduced to check if the transference of ownership of objects returned from Python to C++ through a virtual method is working properly. Also updated the other test that uses the ObjectView class. Reviewed by Lauro Moura Reviewed by Luciano Wolf --- tests/samplebinding/typesystem_sample.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'tests/samplebinding/typesystem_sample.xml') diff --git a/tests/samplebinding/typesystem_sample.xml b/tests/samplebinding/typesystem_sample.xml index ba58c5f2..ae6f61b9 100644 --- a/tests/samplebinding/typesystem_sample.xml +++ b/tests/samplebinding/typesystem_sample.xml @@ -236,13 +236,20 @@ - + + + + + + + + -- cgit