summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-26 02:53:15 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-26 02:53:15 +0200
commit5e421481b95bc46aae05260e0afc6aa32945e62f (patch)
treef44626ef1aadd11d381e48a22fa058a076bfab41
parent97535f25079d3e8327a3d21362708bbe33b92cdf (diff)
downloadsink-5e421481b95bc46aae05260e0afc6aa32945e62f.tar.gz
sink-5e421481b95bc46aae05260e0afc6aa32945e62f.zip
There isn't even a resource which we could shutdown in this test
-rw-r--r--tests/mailquerybenchmark.cpp4
1 files changed, 0 insertions, 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:
170 170
171 int liveQueryTime = 0; 171 int liveQueryTime = 0;
172 { 172 {
173 VERIFYEXEC(Sink::ResourceControl::shutdown(resourceIdentifier));
174
175 auto q = query; 173 auto q = query;
176 q.setFlags(Sink::Query::LiveQuery); 174 q.setFlags(Sink::Query::LiveQuery);
177 175
@@ -183,8 +181,6 @@ private slots:
183 181
184 int nonLiveQueryTime = 0; 182 int nonLiveQueryTime = 0;
185 { 183 {
186 VERIFYEXEC(Sink::ResourceControl::shutdown(resourceIdentifier));
187
188 auto q = query; 184 auto q = query;
189 185
190 QTime time; 186 QTime time;