diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-08-24 13:59:20 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-25 10:44:10 -0700 |
commit | 449ba2876fd8d41262b440270e804a2f5acfbc12 (patch) | |
tree | 81d2865466eb467218c0d30bc48b364e8b5c9fa5 /tests/testgitstorage.h | |
parent | 39863089ed707cd58ae5ccfa700590f4e9248c4c (diff) | |
download | subsurface-449ba2876fd8d41262b440270e804a2f5acfbc12.tar.gz |
Cloud storage: test offline operation
All this really does is make sure that the fast forward works if the local
cache has received updates that haven't made it to the server, yet.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testgitstorage.h')
-rw-r--r-- | tests/testgitstorage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testgitstorage.h b/tests/testgitstorage.h index a701363e9..43c33c228 100644 --- a/tests/testgitstorage.h +++ b/tests/testgitstorage.h @@ -9,6 +9,7 @@ class TestGitStorage : public QObject private slots: void testGitStorageLocal(); void testGitStorageCloud(); + void testGitStorageCloudOfflineSync(); }; #endif // TESTGITSTORAGE_H |