aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/modelview_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed code generation for virtual method ownership release of returned value.Marcelo Lira2012-03-081-1/+1
| | | | | The value returned from Python to C++ shouldn't have its reference counting decremented after Python transferring ownership to C++.
* Added tests to check the release of ownership of objects returned from Python.Marcelo Lira2012-03-081-0/+73
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 <lauro.neto@openbossa.org> Reviewed by Luciano Wolf <luciano.wolf@openbossa.org>