mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
39863089ed
commit
449ba2876f
3 changed files with 55 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ class TestGitStorage : public QObject
|
|||
private slots:
|
||||
void testGitStorageLocal();
|
||||
void testGitStorageCloud();
|
||||
void testGitStorageCloudOfflineSync();
|
||||
};
|
||||
|
||||
#endif // TESTGITSTORAGE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue