diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-08-24 12:15:45 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-25 10:43:57 -0700 |
commit | 092abe9b393d7cfdb1cf1d8012860591593210f3 (patch) | |
tree | f7c63246e0d496ddcc9a47dfb14589048901e327 /tests/testgitstorage.h | |
parent | 420afeef570cd4989dac60ac6376929ca1cc9a03 (diff) | |
download | subsurface-092abe9b393d7cfdb1cf1d8012860591593210f3.tar.gz |
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>
Diffstat (limited to 'tests/testgitstorage.h')
-rw-r--r-- | tests/testgitstorage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testgitstorage.h b/tests/testgitstorage.h index b182d4a22..a701363e9 100644 --- a/tests/testgitstorage.h +++ b/tests/testgitstorage.h @@ -8,6 +8,7 @@ class TestGitStorage : public QObject Q_OBJECT private slots: void testGitStorageLocal(); + void testGitStorageCloud(); }; #endif // TESTGITSTORAGE_H |