aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year in license headers.Jason McDonald2012-01-054-4/+4
| | | | | Change-Id: I0a8d99909cac867dce72da70b1bbcb649989a51b Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Fix elements quicktest groups to work with filteringDamian Jansen2011-11-041-49/+45
| | | | | Change-Id: Iaa1b2bf9a3f810f9f3f5c599d2f5b85e30828bc0 Reviewed-by: Daron Andrew Edie
* System test for TextEditDamian Jansen2011-10-311-0/+218
| | | | | | | | Basic tests for the QtQuick TextEdit element Change-Id: I532a6b4d3d433ac853248780ee9a6ac03c2f7275 Reviewed-by: Natalia Shubina <natalia.shubina@nokia.com> Reviewed-by: Daniel Kovacic <daniel.kovacic@nokia.com>
* TextInput system testsDamian Jansen2011-10-281-0/+197
| | | | | | | | Basic tests for the TextInput element Change-Id: I0531044fa7f901dcd80a10d39b537688926ac03f Reviewed-by: Daniel Kovacic <daniel.kovacic@nokia.com> Reviewed-by: Natalia Shubina <natalia.shubina@nokia.com>
* Text system testsDamian Jansen2011-10-281-0/+145
| | | | | | | | Basic tests for the QtQuick Text element Change-Id: I25156055867d9fd4aa6b0b1bad789444894b7960 Reviewed-by: Daniel Kovacic <daniel.kovacic@nokia.com> Reviewed-by: Natalia Shubina <natalia.shubina@nokia.com>
* Add Particles basic acceptance manual tests.Damian Jansen2011-10-061-347/+56
| | | | | | | Change-Id: I9be3f3257d74e6a3535f8137083e5dad31965c87 Reviewed-on: http://codereview.qt-project.org/5906 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
* Fix missing/outdated license headers.Jason McDonald2011-09-261-1/+1
| | | | | | Change-Id: I381398b0c4f80db689a59797e2faeab5b14503eb Reviewed-on: http://codereview.qt-project.org/5491 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* QtQuick 2.0 elements system testDamian Jansen2011-09-191-0/+413
Added an application to browse elements. A very basic acceptance test method that each can be performed in under a minute. Added the .qtt for formal usage. Also moved qsgimage system test. Change-Id: Iada9804e2efe1339a072935647962e54aa3b4c6f Reviewed-on: http://codereview.qt-project.org/4380 Reviewed-by: Michael Brasser <michael.brasser@nokia.com>