From 787b12cff446d7b877b4b5e25c1fcaa072df767d Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 7 Nov 2015 09:56:41 -0800 Subject: 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 --- tests/testgitstorage.cpp | 2 -- tests/testrenumber.cpp | 2 -- 2 files changed, 4 deletions(-) (limited to 'tests') 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 #include @@ -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() diff --git a/tests/testrenumber.cpp b/tests/testrenumber.cpp index 86ad6fae4..83c4b56f0 100644 --- a/tests/testrenumber.cpp +++ b/tests/testrenumber.cpp @@ -1,4 +1,3 @@ -#include "windowtitleupdate.h" #include "testrenumber.h" #include "dive.h" #include "file.h" @@ -7,7 +6,6 @@ void TestRenumber::setup() { - WindowTitleUpdate *wtu = new WindowTitleUpdate(); QCOMPARE(parse_file(SUBSURFACE_SOURCE "/dives/test47.xml"), 0); process_dives(false, false); dive_table.preexisting = dive_table.nr; -- cgit v1.2.3-70-g09d2