aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/decisor_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Added test for overload decision situation involving inheritance.Marcelo Lira2012-03-081-1/+10
|
* Fixed wrong overload decisor generated code.Marcelo Lira2010-07-131-0/+51
The decisor must check for the number of arguments before calling Converter::isConvertible method, to avoid passing NULL pointers to it. Unit tests were added. Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>