aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtCore/qflags_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Add more test for operations with QFlagsLauro Neto2010-10-071-0/+20
|
* Fix bug#320 - "OR'ing Qt alignments doesn't work; adding them does"Hugo Parente Lima2010-09-031-5/+10
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Fixed use of QFile to works on all plataforms.Renato Filho2010-08-231-2/+7
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Hugo Parente Lima <hugo.pl@gmail.com>
* Created new unittest model.Renato Filho2010-06-071-0/+56
Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>