aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/localDeployment
Commit message (Collapse)AuthorAgeFilesLines
* Fix or skip tests to be able to run with the iOS profileIvan Komissarov2020-05-221-0/+6
| | | | | | | | | | | | This skips tests that are not possible to run without the device and fixes other tests for the iOS profile. Also, adds Travis job that runs tests using iOS profile. This is the squashed merge commit of the wip/ci-ios branch. Change-Id: Ia0c1fc05fdb8c6e269f5e66f979f2ae19465433c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Remove the base module import from most test data projectsJoerg Bornemann2018-06-221-2/+0
| | | | | | | | Keep the base import in blackbox/testdata/deprecated-property to ensure we don't accidentally break it. Change-Id: I790da21a7490ec9c1b0335f45e8707e7e04daa7c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Fix localDeployment autotest on WindowsChristian Kandeler2017-08-231-1/+11
| | | | | Change-Id: I310f48021d7a1b60c51ac2d4732d42a7886f324d Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* More compilation fixes for localDeployment() autotestChristian Kandeler2017-08-231-1/+1
| | | | | Change-Id: I9c76a3559db297bf6b5634cb721499b920dedd26 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Fix localDeployment autotestChristian Kandeler2017-08-232-0/+2
| | | | | | | The compilation part, at least. Change-Id: If383ce971da73b1ee826a1f94ad1e36511506e14 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
* Move all remaining manual tests into autotestsJake Petroules2017-08-232-0/+68
Most of these are easily automatable, and are more useful being run automatically in every integration rather than manually, and probably never. Adapt tests as necessary. Change-Id: Ie158481ad8c45ad8d808feacd98c71972dc18900 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>