aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtSql/qsqldatabaseandqueries_test.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed QVariant from PySide.Hugo Parente Lima2010-06-101-4/+4
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* chmod -x on some tests, because we need to follow a pattern.Hugo Parente Lima2010-06-101-0/+0
|
* Remove wrapper for classes: QString, QStringRef, QLatin1String, ↵Hugo Parente Lima2010-06-101-2/+2
| | | | QStringMatcher, QChar and QLatin1Char.
* 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>