mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cloud storage: second merge test, delete dive on one side, modify on other
Delete a dive while offline, modify it from a different system while online. Then resync. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a2c638f63f
commit
72817ff47f
2 changed files with 97 additions and 33 deletions
|
|
@ -7,10 +7,12 @@ class TestGitStorage : public QObject
|
|||
{
|
||||
Q_OBJECT
|
||||
private slots:
|
||||
void testSetup();
|
||||
void testGitStorageLocal();
|
||||
void testGitStorageCloud();
|
||||
void testGitStorageCloudOfflineSync();
|
||||
void testGitStorageCloudMerge();
|
||||
void testGitStorageCloudMerge2();
|
||||
};
|
||||
|
||||
#endif // TESTGITSTORAGE_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue