From 355ed15b1200dfb6ab5ecd320a3278105007ad9c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 19 Dec 2015 19:06:57 +0100 Subject: Fixed clientapitest --- tests/clientapitest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/clientapitest.cpp b/tests/clientapitest.cpp index 3a088f8..78e1d1e 100644 --- a/tests/clientapitest.cpp +++ b/tests/clientapitest.cpp @@ -119,7 +119,7 @@ private Q_SLOTS: ResourceConfig::clear(); Akonadi2::FacadeFactory::instance().registerStaticFacades(); - Akonadi2::ApplicationDomain::AkonadiResource res; + Akonadi2::ApplicationDomain::AkonadiResource res("", "dummyresource.identifier1", 0, QSharedPointer::create()); res.setProperty("identifier", "dummyresource.identifier1"); res.setProperty("type", "dummyresource"); -- cgit v1.2.3