summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptvaluegenerated
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Rohan McGovern2011-03-103-3/+3
| | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-178-10/+10
| | | | | | | | | | | | | | | | | | Conflicts: examples/webkit/imageanalyzer/imageanalyzer.h examples/webkit/imageanalyzer/mainwindow.h mkspecs/unsupported/qws/linux-x86-openkode-g++/qplatformdefs.h src/corelib/io/qfsfileengine_iterator_unix.cpp src/corelib/io/qfsfileengine_iterator_win.cpp src/corelib/kernel/qcoreapplication.cpp src/network/access/qnetworkaccessdatabackend.cpp src/plugins/bearer/connman/qconnmanservice_linux.cpp src/plugins/platforms/openvglite/qwindowsurface_vglite.h src/s60installs/bwins/QtCoreu.def src/s60installs/eabi/QtCoreu.def src/s60installs/s60installs.pro tools/assistant/tools/assistant/helpviewer_qwv.h tools/qdoc3/test/qt-html-templates.qdocconf
* 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