Commit Graph

26 Commits

Author SHA1 Message Date
788a5b2947 Allow opening dir in file browser if path contains tilde
See https://github.com/Martchus/syncthingtray/issues/148
2022-08-02 20:15:24 +02:00
18d7e51c31 Improve documentation of MiscTests::testService() 2022-07-04 22:28:35 +02:00
1f74a82ecb Adapt test for loading self-signed certificate 2021-10-12 23:55:17 +02:00
8d6a9a042e Adapt config parser tests to changed GUI address 2021-08-25 21:48:33 +02:00
0ef3b80447 Fix typos found via codespell --skip .git -w 2021-07-03 19:29:49 +02:00
3b49e9e312 Support Qt 6 (commit 174154b) 2020-09-04 01:09:18 +02:00
6497f74046 Use override in test fixtures 2019-10-13 18:28:32 +02:00
31e7e4e79e Support "Waiting to scan"
This state has been introduced
with https://github.com/syncthing/syncthing/pull/4888
2019-09-27 16:41:24 +02:00
6243a4c2fd Prepare for "Prepare to Sync"
See https://github.com/syncthing/syncthing/pull/6028
2019-09-27 16:32:54 +02:00
335913c8ca Fix build without systemd support 2019-07-13 13:21:02 +02:00
64473df5ba Adapt to changes in c++utilities 2019-06-10 22:48:26 +02:00
6dc521599f Adapt tests to changes in dir error handling 2018-11-03 21:55:31 +01:00
c5d22d8984 Adapt tests to changed SyncthingDir::assignStatus() 2018-11-02 23:39:15 +01:00
99cb584249 Use non-standard port for tests 2018-10-10 22:45:49 +02:00
ad3c8b5240 Don't meld 'unshared' into the status
Just deal with it like with the paused flag. This will
hopefully solve the issue that dirs are wrongly shown as
unshared till the next status update.
2018-07-22 22:09:18 +02:00
72e1377c43 Add tests for syncthingctl 2018-05-01 01:16:20 +02:00
b0dc9c861d Improve SyncthingProcess::splitArguments() parser 2018-04-18 23:46:17 +02:00
0d635e5ad5 Refactor launcher
* Pass program and arguments directly
    * Prevent failure on white space in executable path
    * Use own parser for arguments
* Make libsyncthing accessible from launcher
2018-04-18 23:27:45 +02:00
be6d0cbf5d Don't show own dev in shared devs of dir 2017-08-22 20:44:49 +02:00
9b45c49b97 Show names for the devs a dir is shared with
(previously only the IDs were shown)
2017-08-22 19:45:07 +02:00
c4ccda93c9 Show global directory errors messages
Previously, only error messages for failed
items have been shown.
2017-07-14 20:14:15 +02:00
471fb7c363 Fix checking number of expected SSL errors 2017-07-11 23:04:56 +02:00
e4a382e4e8 Improve connector tests
Region coverage now by 74.4417%
2017-07-09 23:34:43 +02:00
b1d9df73d1 Apply clang-format 2017-05-04 22:48:45 +02:00
40b8713ba6 Move test helper to separate library
Allows to share common test helper code
between tests for different components
2017-04-01 16:56:36 +02:00
0868f2cf6a Extend tests of connector library 2017-03-09 23:10:03 +01:00