aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/ownership_invalidate_nonpolymorphic_test.py
Commit message (Collapse)AuthorAgeFilesLines
* chmod -x on all tests.Hugo Parente Lima2010-06-161-0/+0
| | | | We can't run they standalone anyway, because they need some env vars to be exported like PYTHONPATH.
* Fix some ownership tests.Luciano Wolf2009-12-011-17/+4
| | | | Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Test ownership transfer from Python to C++Luciano Wolf2009-11-271-1/+1
| | | | | | | | | There are 3 tests to be implemented in order to check the correctness. - 1. Correct the assert function inside kindergarten example to raise an exception [done]; - 2. Use "create" method to return a C++ created instance and use it to test ownership [done]; - 3. Use e.g.: "Point" class as a value-type to test "invalidate non-polymorphic". Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Improving ownership transference tests.Luciano Wolf2009-11-271-0/+61