From 3e825ba9a048c9d93de02352c6a142fc6d8d921b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 3 Aug 2018 09:56:03 +0200 Subject: Calendar color --- tests/teststore.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/teststore.cpp b/tests/teststore.cpp index ad494d52..f5704e2d 100644 --- a/tests/teststore.cpp +++ b/tests/teststore.cpp @@ -180,6 +180,7 @@ static void createCalendar(const QVariantMap &object) auto calendar = ApplicationDomainType::createEntity(object["resource"].toByteArray()); calendar.setName(object["name"].toString()); + calendar.setColor(object["color"].toByteArray()); Sink::Store::create(calendar).exec().waitForFinished(); auto calendarId = calendar.identifier(); -- cgit v1.2.3