From 5e421481b95bc46aae05260e0afc6aa32945e62f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 26 Jul 2018 02:53:15 +0200 Subject: There isn't even a resource which we could shutdown in this test --- tests/mailquerybenchmark.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/mailquerybenchmark.cpp b/tests/mailquerybenchmark.cpp index 3eccfc3..f164366 100644 --- a/tests/mailquerybenchmark.cpp +++ b/tests/mailquerybenchmark.cpp @@ -170,8 +170,6 @@ private slots: int liveQueryTime = 0; { - VERIFYEXEC(Sink::ResourceControl::shutdown(resourceIdentifier)); - auto q = query; q.setFlags(Sink::Query::LiveQuery); @@ -183,8 +181,6 @@ private slots: int nonLiveQueryTime = 0; { - VERIFYEXEC(Sink::ResourceControl::shutdown(resourceIdentifier)); - auto q = query; QTime time; -- cgit v1.2.3