diff options
Diffstat (limited to 'tests/genericfacadebenchmark.cpp')
-rw-r--r-- | tests/genericfacadebenchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/genericfacadebenchmark.cpp b/tests/genericfacadebenchmark.cpp index 3e98fce..10aabd4 100644 --- a/tests/genericfacadebenchmark.cpp +++ b/tests/genericfacadebenchmark.cpp | |||
@@ -53,7 +53,7 @@ private Q_SLOTS: | |||
53 | QBENCHMARK { | 53 | QBENCHMARK { |
54 | auto resultSet = QSharedPointer<Akonadi2::ResultProvider<Akonadi2::ApplicationDomain::Event::Ptr> >::create(); | 54 | auto resultSet = QSharedPointer<Akonadi2::ResultProvider<Akonadi2::ApplicationDomain::Event::Ptr> >::create(); |
55 | auto resourceAccess = QSharedPointer<TestResourceAccess>::create(); | 55 | auto resourceAccess = QSharedPointer<TestResourceAccess>::create(); |
56 | auto storage = QSharedPointer<EntityStorage<Akonadi2::ApplicationDomain::Event> >::create("identifier", domainTypeAdaptorFactory, "bufferType"); | 56 | auto storage = QSharedPointer<EntityStorage<Akonadi2::ApplicationDomain::Event> >::create("identifier"); |
57 | TestResourceFacade facade(identifier, storage, resourceAccess); | 57 | TestResourceFacade facade(identifier, storage, resourceAccess); |
58 | 58 | ||
59 | async::SyncListResult<Akonadi2::ApplicationDomain::Event::Ptr> result(resultSet->emitter()); | 59 | async::SyncListResult<Akonadi2::ApplicationDomain::Event::Ptr> result(resultSet->emitter()); |