diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-22 22:05:40 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2016-12-22 22:05:40 +0100 |
commit | 6b1cf550608c2f17cbed9e375f15a4c14bfe8ace (patch) | |
tree | 2e693a731bb2e9ce1a793b14cef98cdc13e382cd /tests/mailquerybenchmark.cpp | |
parent | b2ad8f785e801a35cadf254d827f56d648be510c (diff) | |
download | sink-6b1cf550608c2f17cbed9e375f15a4c14bfe8ace.tar.gz sink-6b1cf550608c2f17cbed9e375f15a4c14bfe8ace.zip |
More Log::Context
Diffstat (limited to 'tests/mailquerybenchmark.cpp')
-rw-r--r-- | tests/mailquerybenchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mailquerybenchmark.cpp b/tests/mailquerybenchmark.cpp index e55e744..080d30e 100644 --- a/tests/mailquerybenchmark.cpp +++ b/tests/mailquerybenchmark.cpp | |||
@@ -61,7 +61,7 @@ class MailQueryBenchmark : public QObject | |||
61 | { | 61 | { |
62 | TestResource::removeFromDisk(resourceIdentifier); | 62 | TestResource::removeFromDisk(resourceIdentifier); |
63 | 63 | ||
64 | auto pipeline = QSharedPointer<Sink::Pipeline>::create(Sink::ResourceContext{resourceIdentifier, "test"}); | 64 | auto pipeline = QSharedPointer<Sink::Pipeline>::create(Sink::ResourceContext{resourceIdentifier, "test"}, "test"); |
65 | 65 | ||
66 | auto domainTypeAdaptorFactory = QSharedPointer<TestMailAdaptorFactory>::create(); | 66 | auto domainTypeAdaptorFactory = QSharedPointer<TestMailAdaptorFactory>::create(); |
67 | 67 | ||