aboutsummaryrefslogtreecommitdiff
path: root/tests/test-eds-ics-missing-trigger.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-eds-ics-missing-trigger.cpp')
-rw-r--r--tests/test-eds-ics-missing-trigger.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-eds-ics-missing-trigger.cpp b/tests/test-eds-ics-missing-trigger.cpp
index e5a0bdf..3eeb919 100644
--- a/tests/test-eds-ics-missing-trigger.cpp
+++ b/tests/test-eds-ics-missing-trigger.cpp
@@ -83,7 +83,7 @@ TEST_F(VAlarmFixture, MissingTriggers)
std::vector<Appointment> expected;
Appointment a;
a.type = Appointment::ALARM;
- a.uid = "20150617T211838Z-6217-32011-2036-1@ubuntu-phablet";
+ a.uid = "20150617T211838Z-6217-32011-2036-1@lomiri-phablet";
a.color = "#becedd";
a.summary = "One Time Alarm";
a.begin = DateTime { gtz, 2015, 6, 18, 10, 0, 0};
@@ -95,7 +95,7 @@ TEST_F(VAlarmFixture, MissingTriggers)
expected.push_back(a);
// build expected: recurring alarm
- a.uid = "20150617T211913Z-6217-32011-2036-5@ubuntu-phablet";
+ a.uid = "20150617T211913Z-6217-32011-2036-5@lomiri-phablet";
a.summary = "Recurring Alarm";
a.alarms[0].text = a.summary;
std::array<DateTime,13> recurrences {