summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-03 09:56:03 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-03 09:56:03 +0200
commit3e825ba9a048c9d93de02352c6a142fc6d8d921b (patch)
tree79fff1638f16e9905606fe80a78712c2dc0b2290
parent08d2fbd8270efd50a1ebb2567f8b1d74e7269232 (diff)
downloadkube-3e825ba9a048c9d93de02352c6a142fc6d8d921b.tar.gz
kube-3e825ba9a048c9d93de02352c6a142fc6d8d921b.zip
Calendar color
-rw-r--r--tests/teststore.cpp1
1 files changed, 1 insertions, 0 deletions
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)
180 180
181 auto calendar = ApplicationDomainType::createEntity<Calendar>(object["resource"].toByteArray()); 181 auto calendar = ApplicationDomainType::createEntity<Calendar>(object["resource"].toByteArray());
182 calendar.setName(object["name"].toString()); 182 calendar.setName(object["name"].toString());
183 calendar.setColor(object["color"].toByteArray());
183 Sink::Store::create(calendar).exec().waitForFinished(); 184 Sink::Store::create(calendar).exec().waitForFinished();
184 185
185 auto calendarId = calendar.identifier(); 186 auto calendarId = calendar.identifier();