aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qtcore/qstring_test.py
Commit message (Collapse)AuthorAgeFilesLines
* QStrign uses the same hash function of str/unicode objects.Hugo Parente Lima2010-04-061-0/+5
|
* None is convertible to QString, the result is a QString where QString.isNull ↵Hugo Parente Lima2010-04-061-0/+4
| | | | is true.
* Tests for QString.to* and QByteArray imp convers.Lauro Neto2010-02-021-2/+64
|
* Fixes type system templates for methods with bool* as parameter.Marcelo Lira2010-01-041-0/+15
| | | | | | | | | Template functions like "fix_bool*" were converting the bool "ok" value to various types except bool, and "fix_bool*,arg" was using the wrong C++ argument. Tests were also added. Reviewed by Hugo Parente <hugo.lima@openbossa.org>
* Added all original pyside unit tests to the shiboken version.Hugo Lima2009-09-211-0/+106