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:
Dirk Hohndel 2015-08-24 13:59:20 -07:00
parent 39863089ed
commit 449ba2876f
3 changed files with 55 additions and 1 deletions

View file

@ -9,6 +9,7 @@ class TestGitStorage : public QObject
private slots:
void testGitStorageLocal();
void testGitStorageCloud();
void testGitStorageCloudOfflineSync();
};
#endif // TESTGITSTORAGE_H