aboutsummaryrefslogtreecommitdiffstats
path: root/tests/QtScript
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug 1022 - "RuntimeError: maximum recursion depth exceeded while getting ↵Paulo Alcantara2012-03-082-0/+14
| | | | | | | | | | the str of an object" Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org> Signed-off-by: Paulo Alcantara <paulo.alcantara@openbossa.org>
* Fix bug 923 - "Make QScriptValue (or QScriptValueIterator) implement the ↵Hugo Parente Lima2012-03-081-1/+15
| | | | | | | Python iterator protocol" Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Luciano Wolf <luciano.wolf@openbossa.org>
* Created unit test for QScriptValue __repr__ function.Renato Filho2012-03-081-5/+9
|
* Fix bug 924 - "Allow QScriptValue to be accessed via []"Hugo Parente Lima2012-03-082-0/+21
| | | | | Reviewer: Marcelo Lira <marcelo.lira@openbossa.org> Renato Araújo <renato.filho@openbossa.org>
* Updated test with new Property name.renatofilho2010-09-201-2/+2
| | | | | Reviewer: Luciano Wolf <luciano.wolf@openbossa.org> Marcelo Lira <marcelo.lira@openbossa.org>
* Implemented support to properties on QMetaObject.Renato Filho2010-07-082-0/+63
| | | | | Reviewer: Hugo Parente Lima <hugo.lima@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>
* Re-add the possibility to run tests by module.Hugo Parente Lima2010-06-102-5/+0
|
* Created new unittest model.Renato Filho2010-06-074-0/+24
Separete unittest for module. Only run unittest for compiled modules. Reviewer: Marcelo Lira <marcelo.lira@openbossa.org>, Luciano Wolf <luciano.wolf@openbossa.org>