aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/shared.h
Commit message (Collapse)AuthorAgeFilesLines
* Autotests: Make "copy and touch" operation atomic.Christian Kandeler2014-08-011-0/+19
| | | | | | | | | On Windows, QFile::copy does not update the timestamp on the target file. This fixes the "projectInvalidation" API test on that OS. Change-Id: I01c232de0f4e5e9bc5d2d28c24d5fb5516a58ca3 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Tests: Move waitForNewTimestamp() function to shared file.Christian Kandeler2014-07-301-0/+51
We want to use it in the API tests too. Change-Id: I8fad090ea98f67e50b7b2a8e3854c5b618172364 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>