diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-11-07 09:56:41 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-07 09:56:41 -0800 |
commit | 787b12cff446d7b877b4b5e25c1fcaa072df767d (patch) | |
tree | b69bc53aab81ca95b55d82eae0305c3670636a49 /tests/testgitstorage.cpp | |
parent | 878c05afede17fb245897617981a8b6975678e5b (diff) | |
download | subsurface-787b12cff446d7b877b4b5e25c1fcaa072df767d.tar.gz |
Remove unnecessary call from tests
Now that the WindowTitleUpdater is fixed we don't need to create an
instance in the tests, either.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testgitstorage.cpp')
-rw-r--r-- | tests/testgitstorage.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/testgitstorage.cpp b/tests/testgitstorage.cpp index ed9465386..891982151 100644 --- a/tests/testgitstorage.cpp +++ b/tests/testgitstorage.cpp @@ -4,7 +4,6 @@ #include "file.h" #include "git2.h" #include "prefs-macros.h" -#include "windowtitleupdate.h" #include "subsurfacestartup.h" #include <QDir> #include <QTextStream> @@ -56,7 +55,6 @@ void TestGitStorage::testSetup() QString localCacheDir(get_local_dir("https://cloud.subsurface-divelog.org/git/ssrftest@hohndel.org", "ssrftest@hohndel.org")); QDir localCacheDirectory(localCacheDir); QCOMPARE(localCacheDirectory.removeRecursively(), true); - WindowTitleUpdate *wtu = new WindowTitleUpdate(); } void TestGitStorage::testGitStorageLocal() |