aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/abstract_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.
* added support for pure virtual methods returning void ptrsMatti Airas2010-03-171-0/+11
| | | | | | | the return statements now have correct values for pure virtual methods returning void pointers. also added a dummy test for this (can't really test it properly until the semantics of casting the python return value into a void pointer is properly defined -- if ever).
* Fix crash when a virtual function with enum in they arguments is called from ↵Hugo Lima2010-02-011-0/+9
| | | | | | C++ and have an implementation in Python.
* Fix LGPL license plates to libsample unit tests, so the tests can be ↵Hugo Lima2009-09-081-26/+24
| | | | executed again.
* added LGPL license plates to libsample unit testsMarcelo Lira2009-09-031-0/+26
|
* The End Is the Beginning Is the EndMarcelo Lira2009-08-171-0/+62