summaryrefslogtreecommitdiffstats
path: root/tests/testimplementations.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-13 23:31:41 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-13 23:31:41 +0100
commit75c231f0758603120ec562af772b48b5f6ac0e24 (patch)
tree39abf8f038bd379ee3c0640a7476e6129ed71f8c /tests/testimplementations.h
parent09aafbd1373b5d1152ac7a453a140a7f76c2e90e (diff)
downloadsink-75c231f0758603120ec562af772b48b5f6ac0e24.tar.gz
sink-75c231f0758603120ec562af772b48b5f6ac0e24.zip
DummyResourceTest and QueryTest are passing
sync has been removed from the query code and is now a separate step
Diffstat (limited to 'tests/testimplementations.h')
-rw-r--r--tests/testimplementations.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testimplementations.h b/tests/testimplementations.h
index eee78b0..1436c68 100644
--- a/tests/testimplementations.h
+++ b/tests/testimplementations.h
@@ -85,8 +85,8 @@ public Q_SLOTS:
85class TestResourceFacade : public Akonadi2::GenericFacade<Akonadi2::ApplicationDomain::Event> 85class TestResourceFacade : public Akonadi2::GenericFacade<Akonadi2::ApplicationDomain::Event>
86{ 86{
87public: 87public:
88 TestResourceFacade(const QByteArray &instanceIdentifier, const QSharedPointer<EntityStorage<Akonadi2::ApplicationDomain::Event> > storage, const QSharedPointer<Akonadi2::ResourceAccessInterface> resourceAccess) 88 TestResourceFacade(const QByteArray &instanceIdentifier, const QSharedPointer<Akonadi2::ResourceAccessInterface> resourceAccess)
89 : Akonadi2::GenericFacade<Akonadi2::ApplicationDomain::Event>(instanceIdentifier, QSharedPointer<TestEventAdaptorFactory>::create(), storage, resourceAccess) 89 : Akonadi2::GenericFacade<Akonadi2::ApplicationDomain::Event>(instanceIdentifier, QSharedPointer<TestEventAdaptorFactory>::create(), resourceAccess)
90 { 90 {
91 91
92 } 92 }