summaryrefslogtreecommitdiffstats
path: root/api/logic/updater/DownloadTask_test.cpp
Commit message (Collapse)AuthorAgeLines
* merged from 0.6.7 codebaseThomas Groman2019-09-19-168/+168
|
* GH-1726 better failure detection for updatesPetr Mrázek2016-11-19-2/+2
| | | | | | Instead of just checking if the new version started, make sure it is able to write its IPC key to a file and then use the key to connect to the process.
* NOISSUE revert to dumping all build artifacts to the rootPetr Mrázek2016-05-01-2/+2
| | | | This fixes unit tests on Windows... Windows has no mechanism to set library lookup path.
* NOISSUE reorganize unit tests to be placed next to the code they test. Nuke ↵Petr Mrázek2016-05-01-0/+214
more dead tests.