summaryrefslogtreecommitdiffstats
path: root/tests/auto/quuid/test
Commit message (Collapse)AuthorAgeFilesLines
* Fix autotests that no longer find executables on Windows.Friedemann Kleint2012-09-301-2/+0
| | | | | | | | | | | The tests are now run from the 'debug', 'release' subdirectories on Windows by 'make check'. Go up one directory so that the relative paths are correct. Non-network tests. Change-Id: I8d0f806ff6708c3111a39c861ed46b21881acc7b Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* tests: Mark unstable tests as insignificant on WindowsSergio Ahumada2012-02-151-0/+2
| | | | | | | | | | | | | Marked the following tests insignificant due to failures, these need to be fixed later and then re-enabled: tst_qlocale tst_quuid tst_uic3 Task-number: QTQAINFRA-428 Change-Id: I21e78e4320e28735286778125a103caf7aa45d44 Reviewed-by: Jyri Tahtela <jyri.tahtela@nokia.com>
* Align .pro with qmake: s/\.sources/.files/.Miikka Heikkinen2010-10-081-2/+2
| | | | | | | | | | Complement previous commit by aligning Qt itself to use .files consistently for DEPLOYMENT as well as INSTALLS. This excludes changes to webkit. Task-number: QTBUG-3216 Reviewed-by: axis
* Add a testcase for QTBUG-11213 to prevent future regressions.Robin Burchell2010-07-151-0/+29
Merge-request: 2427 Reviewed-by: Bradley T. Hughes <bradley.hughes@nokia.com>