aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtUiTools/bug_376.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace type() comparison with isinstance.Lauro Neto2010-10-071-1/+1
| | | | | | | | type() comparison won't work due to weakproxy. Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Reviewer: Hugo Lima <hugo.lima@openbossa.org> Reviewer: Renato Filho <renato.filho@openbossa.org>
* Created unit test for bug #376.renatofilho2010-09-221-0/+19
Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>