summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptvaluegenerated
Commit message (Collapse)AuthorAgeFilesLines
* Add more test entries for built-in JS typesKent Hansen2010-11-106-161/+822
| | | | | | | In particular the "wrapper" types (Boolean, Number, String) were not tested at all. Reviewed-by: Jedrzej Nowacki
* Update generated QScriptValue test filesKent Hansen2010-11-107-930/+947
| | | | | | | | | A couple of bugs were introduced in the generator when it was refactored; fixed now. The generated tests are now in a separate directory/class, so the test function qualifier had to be updated. Reviewed-by: Jedrzej Nowacki
* Fix regression in tst_maketestselftest::naming_convention.Jedrzej Nowacki2010-11-027-120/+120
| | | | | | Change tst_QScriptValueGenerated test to obey the naming_convention test Reviewed-by: Kent Hansen
* Separate generated tests from hand written ones.Jedrzej Nowacki2010-11-0115-0/+13259
QScriptValue test suit was way too big, so it was difficult to maintain. Reviewed-by: Kent Hansen