summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/testgitstorage.cpp2
-rw-r--r--tests/testgitstorage.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/testgitstorage.cpp b/tests/testgitstorage.cpp
index aaa6bd8da..46e77142d 100644
--- a/tests/testgitstorage.cpp
+++ b/tests/testgitstorage.cpp
@@ -16,7 +16,7 @@
// this is a local helper function in git-access.c
extern "C" char *get_local_dir(const char *remote, const char *branch);
-void TestGitStorage::testSetup()
+void TestGitStorage::initTestCase()
{
// first, setup the preferences an proxy information
copy_prefs(&default_prefs, &prefs);
diff --git a/tests/testgitstorage.h b/tests/testgitstorage.h
index e71e1f809..579aa33d3 100644
--- a/tests/testgitstorage.h
+++ b/tests/testgitstorage.h
@@ -7,7 +7,7 @@ class TestGitStorage : public QObject
{
Q_OBJECT
private slots:
- void testSetup();
+ void initTestCase();
void testGitStorageLocal_data();
void testGitStorageLocal();
void testGitStorageCloud();