summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Replaced Nokia copyrights and contact detailsTeemu Kaukoranta2013-05-2816-48/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced Nokia copyrights with correct Digia copyrights. Text in front of copyright is now retained: ** File is part of Foo, Copyright Nokia... -> ** File is part of Foo, Copyright Digia... Replaced Nokia contact details with Digia's. Removing "All Rights Reserved" no longer leaves an empty line. Used the following command: find . -path '*/3rdparty/*' -prune -o -exec grep -ilI -E '.*Copyright.*Nokia.*|.*Contact.*Nokia.*' {} \; | tee >(xargs sed -i -r '1,50 { /INdT/ !{ s/(^[ \t:#*]*)([a-z ]*)(Copyright.*Nokia.*)/ \1\2Copyright \(C\) 2013 Digia Plc and\/or its subsidiary\(-ies\)\./I } }') >(xargs sed -i -r '1,50 s/(^[ \t:#*]*)(.*info@qt\.nokia\.com.* |.*INSERT EMAIL ADDRESS.*|.*qt-info@nokia\.com.* |.*qt-label1@nokia\.com.*|.*http:\/\/qt\.nokia\.com\/contact.* |.*qt-sales@nokia\.com.*) /\1Contact: http:\/\/www\.qt-project\.org\/legal/I') >(xargs sed -i -r '1,50{/(^[ \t:#*]*)(all rights reserved.*)/Id}') Change-Id: I09634a31c17fc328d04265bd87e7f4a5ef795760 Reviewed-by: Janne Anttila <janne.anttila@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Fixed licensesTeemu Kaukoranta2013-05-2816-240/+256
| | | | | | | | | Updated licenses using replace-licenses.zsh from mkdist repo. Possible copyright and contact changes will come later. Change-Id: Ib9f0616600aa0a3461a1aa08b9da8545a85259e9 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* Added Qt headers, replace import Qt with import QtQuickSascha Kolewa2011-01-102-2/+84
|
* Merged Extend_compare_for_objects_and_arraysSascha Kolewa2011-01-101-0/+7
|
* Added test cases (also taken from http://philrathe.com)Extend_compare_for_objects_and_arraysSascha Kolewa2010-12-213-33/+1390
|
* Added object comparison to TestCase QML classSascha Kolewa2010-12-212-12/+33
|
* Merge branch 'master' of git://scm.dev.nokia.troll.no/research/qtest-qml ↵Sascha Kolewa2010-12-202-2/+3
|\ | | | | | | into Extend_compare_for_objects_and_arrays
| * Run named test functions from the command-lineRhys Weatherley2010-12-161-0/+1
| | | | | | | | Data tags are not currently supported.
| * Improve verbose output modeRhys Weatherley2010-12-161-1/+1
| |
| * Fix expectFail() example and clarify documentationRhys Weatherley2010-12-161-1/+1
| |
* | Test case for objectsSascha Kolewa2010-12-201-0/+12
|/
* Add a SignalSpy item for watching signalsRhys Weatherley2010-12-151-0/+9
|
* Deprecate running tests from resourcesRhys Weatherley2010-12-152-7/+1
| | | | | | Too much house-keeping is needed to run tests from resources, so start the process of removing support to discourage the creation of poor test harnesses.
* Simulation of keyboard and mouse eventsRhys Weatherley2010-12-141-0/+86
|
* Make buttonclick test name consistent with filenameRhys Weatherley2010-12-141-1/+1
|
* Add some self tests for QtQuickTestRhys Weatherley2010-12-131-0/+306
|
* Add benchmark support to the QML test frameworkRhys Weatherley2010-12-092-0/+130
| | | | | Test functions called "benchmark_foo()" will be run as benchmarks inside an implicit QBENCHMARK {} block.
* QTEST_QUICK -> QUICK_TESTRhys Weatherley2010-12-093-3/+3
|
* Move headers to QtQuickTest directoryRhys Weatherley2010-12-092-4/+2
| | | | | This should help make the user application code and the example code the same.
* QDeclarative -> QuickTest for the test classesRhys Weatherley2010-12-092-2/+2
|
* Use QtQuickTest as the uniform name for the moduleRhys Weatherley2010-12-096-6/+6
|
* Add Copyright license files and headersRhys Weatherley2010-12-083-27/+110
|
* Triggering tests to run after the window is shownRhys Weatherley2010-12-081-0/+1
|
* Run tests that are not bound as resourcesRhys Weatherley2010-12-0821-141/+15
|
* Test signalsRhys Weatherley2010-12-076-1/+187
|
* Add tryCompare() function for asynchronous testingRhys Weatherley2010-12-071-4/+89
|
* Port some QtDeclarative test cases as examplesRhys Weatherley2010-12-0615-1/+492
|
* Load test cases out of qrc resourcesRhys Weatherley2010-12-062-1/+7
|
* Ignore generated filesRhys Weatherley2010-12-061-0/+1
|
* Don't link against Qt's version of testlibRhys Weatherley2010-12-031-2/+2
|
* Add a test harness for launching QML testsRhys Weatherley2010-12-035-0/+104