summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update license headers on some files, and some code cleanup.researchdac2010-08-2422-102/+692
|
* Validate coordinates for mouse operations to ensure theydac2010-08-2411-126/+199
| | | | | occur in a window of the AUT. Enable AUT output to be logged again. More fixes to XML output.
* Add support for mouseMove events.dac2010-08-2313-1/+123
|
* Enable -testability for Maemodac2010-08-191-1/+1
|
* Add support for using "-testability" instead of "-style qtuitest" whendac2010-08-199-117/+319
| | | | starting AUT.
* Fix parameter processing with Creator integration.dac2010-08-181-1/+6
|
* Merge branch 'research' of scm.dev.nokia.troll.no:research/qtuitest into ↵dac2010-08-171-0/+12
|\ | | | | | | research
| * Fixes: Allows explicit pathing for appnames supplied to startApplicationBill King2010-08-171-0/+12
| |
* | Prevent "nothing tested" failures appearing, unless nothing reallydac2010-08-172-0/+3
|/ | | | is tested (no application started and no manual test prompts).
* Fix mismatched brackets causing "argument missing" error message in prompts.dac2010-08-131-2/+2
|
* Reuse existing TestControl if possible,dac2010-08-131-8/+20
|
* Some results were not getting output.dac2010-08-132-4/+2
|
* Make testing more robust, by trying to close old instances of testdac2010-08-138-28/+68
| | | | applications that have not been properly shutdown.
* Improve XML loggingdac2010-08-113-42/+58
|
* Support -o, -xml and -xmllight options for logging output again.dac2010-08-101-2/+19
| | | | Tidy up logging of backtraces.
* Hack to get results from test functions without test data todac2010-08-101-1/+1
| | | | be counted in the totals.
* Get test data workingdac2010-08-102-33/+30
|
* Move manual testing stuff out of sys_input to sys_manual.dac2010-08-094-55/+102
|
* Remove qtestide.cpp from qtuitest-host.pri as this is defineddac2010-08-091-2/+0
| | | | in creator-qtest.
* Standalone - libqsystemtest.pro got left out of last commitdac2010-08-062-11/+17
|
* Updates for standalone QtUiTest on Linuxdac2010-08-063-9/+11
|
* Merge commit 'origin/master' into researchEd Baak2010-08-0521-134/+216
|\ | | | | | | | | | | | | | | Conflicts: interpreter/qscriptsystemtest.cpp interpreter/qscriptsystemtest.h libqsystemtest/libqsystemtest.pro libqtuitest/libqtuitest.pri
| * Make core plugin library install in QT_INSTALL_LIBS like the rest,dac2010-08-041-0/+3
| | | | | | | | to avoid having to set LD_LIBRARY_PATH.
| * Get QtUiTest building on Windows again.dac2010-08-045-8/+15
| |
| * Clear metaObject data before rebuilding, to prevent crash in Creatordac2010-08-042-3/+5
| | | | | | | | when running more than one test script.
| * Merge branch 'master' of scm.dev.nokia.troll.no:research/qtuitestdac2010-08-045-9/+49
| |\
| * | Fix: when running test more than once, the QtScript plugins (and additionaldac2010-08-045-67/+84
| | | | | | | | | | | | | | | | | | | | | stuff) get reloaded into engine, which results in test failures. Now the engine is reused when re-running same script, or recreated properly if running a new script. Also reactivate QTUITEST_DEFAULT_AUT_ARGS to allow running tests in Xephyr.
* | | Use run environment instead of build environment + cleanup relevant code and ↵Ed Baak2010-08-044-14/+33
| | | | | | | | | | | | error messages
* | | Add basic support for XML loggingEd Baak2010-08-044-236/+417
| | |
* | | Merge commit 'origin/master' into researchEd Baak2010-08-042-2/+5
|\ \ \ | | |/ | |/|
| * | Correct compile issue by including qtestlib's .pri fileKeith Isdale2010-08-031-1/+3
| | |
| * | Append another path to INCLUDEPATH so this test will compileKeith Isdale2010-08-031-1/+2
| | |
* | | Merge commit 'origin/master' into researchEd Baak2010-08-034-8/+51
|\| |
| * | Merge branch 'master' of scm.dev.nokia.troll.no:research/qtuitestKeith Isdale2010-08-031-1/+7
| |\|
| | * Fix issue when Qt Creator was sometimes running with the QtUiTest styledac2010-08-031-1/+7
| | | | | | | | | | | | | | | because the KDE specified style (Oxygen) wasn't available. This caused test applications to fail as Creator was listening on the QtUiTest port.
| * | Support running tests on Maemo6Keith Isdale2010-08-033-7/+44
| |/ | | | | | | | | | | Document via -help the newly added options to qtuitestrunner Support specifying the ssh port to use, see qtuitestrunner -help Make use of defines in *config.h file instead of hard coded values
* | Merge commit 'origin/master' into researchEd Baak2010-08-0323-170/+235
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: interpreter/qscriptsystemtest.cpp interpreter/qtscript_bindings.cpp interpreter/qtscript_bindings.h libqsystemtest/libqsystemtest.pro libqsystemtest/qabstracttest.cpp libqsystemtest/qsystemtest.cpp libqtuitest/libqtuitest.pri qtuitest-host.pri
| * Get QtUiTest (X11 standalone) working again.dac2010-07-3010-92/+144
| |
| * Removed the debug comment from the libqtslave.pro fileSunil Thaha2010-07-301-1/+0
| |
| * Fixed the target installation pathSunil Thaha2010-07-297-51/+15
| |
| * Fixed the broken build in maemo5Sunil Thaha2010-07-291-1/+1
| |
| * More Creator integrationdac2010-07-2911-45/+88
| |
* | Initial submit with qtestlib replaced by classes written for system testing.Ed Baak2010-08-0328-545/+1707
| |
* | Properly check for various OSesEd Baak2010-07-291-0/+1
| |
* | Cleanup exec and runTest functionsEd Baak2010-07-296-91/+69
| |
* | Experiment with using old test results clasesEd Baak2010-07-299-0/+4037
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:research/qtuitestEd Baak2010-07-283-106/+0
|\ | | | | | | | | Conflicts: qtuitest-host.pri
| * More cleanupdac2010-07-283-108/+0
| |
* | Resolve bad changes in target.path'sEd Baak2010-07-2813-42/+45
| |
* | Remove dependency to qtuitest libraries by including all code for ↵Ed Baak2010-07-2849-637/+1576
|/ | | | | | qtuitestrunner in the binary. Split up testdevicecontrol class in several sub-classes, one per device.