aboutsummaryrefslogtreecommitdiff
path: root/tests/test-eds-ics-non-attending-alarms.cpp
diff options
context:
space:
mode:
authorRenato Araujo Oliveira Filho <renato.filho@canonical.com>2016-04-05 14:09:49 -0300
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-29 14:37:39 +0200
commit1f73b610287f28ae1f6779d80e9509b0220d5f44 (patch)
treec9350591651854c2e6e3795b12b9493628e2e7ae /tests/test-eds-ics-non-attending-alarms.cpp
parentbce738fc440a3f3de205fa1ec096288c03640794 (diff)
downloadayatana-indicator-datetime-1f73b610287f28ae1f6779d80e9509b0220d5f44.tar.gz
ayatana-indicator-datetime-1f73b610287f28ae1f6779d80e9509b0220d5f44.tar.bz2
ayatana-indicator-datetime-1f73b610287f28ae1f6779d80e9509b0220d5f44.zip
Update non attending test with a recurrence example.
Diffstat (limited to 'tests/test-eds-ics-non-attending-alarms.cpp')
-rw-r--r--tests/test-eds-ics-non-attending-alarms.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-eds-ics-non-attending-alarms.cpp b/tests/test-eds-ics-non-attending-alarms.cpp
index b636e6f..227ae7f 100644
--- a/tests/test-eds-ics-non-attending-alarms.cpp
+++ b/tests/test-eds-ics-non-attending-alarms.cpp
@@ -80,7 +80,7 @@ TEST_F(VAlarmFixture, NonAttendingEvent)
// the planner should match what we've got in the calendar.ics file
const auto appts = planner->appointments().get();
- ASSERT_EQ(0, appts.size());
+ ASSERT_EQ(2, appts.size());
// cleanup
g_time_zone_unref(gtz);