aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/overload_sorting_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.
* Write enum checks before int, long and bool checks.Hugo Lima2010-03-181-2/+5
| | | | | | Enums are implicitly converted to these types in C++, if we dont do that the enum version of some functions can never be called, because the int one will be if the int check was written before the enum check.
* Fixing sort overloadLauro Neto2010-02-081-0/+15
| | | | | | Now sorting OverloadData recursively Reviewer: Renato Filho <renato.filho@openbossa.org>
* Add overload dependency on PyObjectLauro Neto2009-11-251-0/+6
| | | | | | PyObject_Check should be the last one in the overload type check Reviewed by Marcelo Lira <marcelo.lira@openbossa.org>
* Adding test case for sorting overload dataLauro Neto2009-11-251-0/+59