aboutsummaryrefslogtreecommitdiffstats
path: root/tests/samplebinding/pen_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Added test to assert the precedence of enum arguments over int implicit ↵Marcelo Lira2012-03-081-0/+59
conversions. This test is inspired by bug #511 [1], and it checks the precedence of an enum argument over a class that can be implicitly built from an integer. [1] http://bugs.openbossa.org/show_bug.cgi?id=511 Reviewed by Luciano Wolf <luciano.wolf@openbossa.org> Reviewed by Renato Araújo <renato.filho@openbossa.org>