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>
This commit is contained in:
Dirk Hohndel 2015-11-07 09:56:41 -08:00
parent 878c05afed
commit 787b12cff4
2 changed files with 0 additions and 4 deletions

View file

@ -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;