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:
Dirk Hohndel 2015-08-24 12:15:45 -07:00
parent 420afeef57
commit 092abe9b39
2 changed files with 63 additions and 0 deletions

View file

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