mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cloud storage: add test for simple save / load from our test account
This will fail if the proxy settings of the user running the test are incorrect. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
420afeef57
commit
092abe9b39
2 changed files with 63 additions and 0 deletions
|
@ -8,6 +8,7 @@ class TestGitStorage : public QObject
|
|||
Q_OBJECT
|
||||
private slots:
|
||||
void testGitStorageLocal();
|
||||
void testGitStorageCloud();
|
||||
};
|
||||
|
||||
#endif // TESTGITSTORAGE_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue