Commit Graph

17 Commits

Author SHA1 Message Date
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