From fa8c30732eb59a9506bdb9731e782b1c037124ec Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 17 Oct 2017 16:16:13 +0200 Subject: pipelinebenchmark --- tests/pipelinebenchmark.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/pipelinebenchmark.cpp b/tests/pipelinebenchmark.cpp index 126e344..9262d65 100644 --- a/tests/pipelinebenchmark.cpp +++ b/tests/pipelinebenchmark.cpp @@ -61,7 +61,7 @@ class PipelineBenchmark : public QObject { TestResource::removeFromDisk(resourceIdentifier); - auto pipeline = QSharedPointer::create(Sink::ResourceContext{resourceIdentifier, "test"}, "test"); + auto pipeline = QSharedPointer::create(Sink::ResourceContext{resourceIdentifier, "test", Sink::AdaptorFactoryRegistry::instance().getFactories("test")}, "test"); pipeline->setPreprocessors("mail", preprocessors); QTime time; -- cgit v1.2.3