summaryrefslogtreecommitdiffstats
path: root/tests/mailquerybenchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mailquerybenchmark.cpp')
-rw-r--r--tests/mailquerybenchmark.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/mailquerybenchmark.cpp b/tests/mailquerybenchmark.cpp
index 90cc4ba..e2c6864 100644
--- a/tests/mailquerybenchmark.cpp
+++ b/tests/mailquerybenchmark.cpp
@@ -152,7 +152,6 @@ private slots:
152 void test50k() 152 void test50k()
153 { 153 {
154 Sink::Query query; 154 Sink::Query query;
155 query.liveQuery = false;
156 query.request<Mail::Uid>() 155 query.request<Mail::Uid>()
157 .request<Mail::Subject>() 156 .request<Mail::Subject>()
158 .request<Mail::Date>(); 157 .request<Mail::Date>();