diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-04 12:40:24 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-11-04 12:40:24 +0100 |
commit | ba94c4300c52dd80774ed7affc2ef9b4508cb7be (patch) | |
tree | 3c8bf6ce042a4544e81901d901a3a3759d0a128a /tests/mailquerybenchmark.cpp | |
parent | 98b682acb8c57cadaea5ff0ac6709d21a591b97b (diff) | |
download | sink-ba94c4300c52dd80774ed7affc2ef9b4508cb7be.tar.gz sink-ba94c4300c52dd80774ed7affc2ef9b4508cb7be.zip |
Don't expose the live query flag directly.
Diffstat (limited to 'tests/mailquerybenchmark.cpp')
-rw-r--r-- | tests/mailquerybenchmark.cpp | 1 |
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>(); |