aboutsummaryrefslogtreecommitdiffstats
path: root/tests/otherbinding/extended_multiply_operator_test.py
Commit message (Collapse)AuthorAgeFilesLines
* libsample's Point extended with a reverse operator defined in libother.Marcelo Lira2010-03-311-0/+59
The libother's Number class now defines a multiply reverse operator with libsample's Point class. Tests were added to check if the generated binding correctly calls Number.__rmul__ method with Point as argument. Reviewed by Anderson Lizardo <anderson.lizardo@openbossa.org> Reviewed by Hugo Parente <hugo.lima@openbossa.org>