Improve test readability with a bunch of macros
authorKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 23 Dec 2020 17:55:55 +0000 (18:55 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 30 Dec 2020 08:44:58 +0000 (09:44 +0100)
commit5d013acceab8e57977f92ef021714c4ab5cad287
tree59ecbf6240b168b5f5b84be53b9ab1d49f6f002a
parent691ab9a40a2c412ae142e6d4f75bf040cebd39dd
Improve test readability with a bunch of macros

Since we often checked the same file states to see if they were virtual,
non virtual or gone, let's factor this out. This way intent in tests is
clearer.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
test/testsynccfapi.cpp