diff options
-rw-r--r-- | tests/teststore.cpp | 1 |
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(); |