From 1f73b610287f28ae1f6779d80e9509b0220d5f44 Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Tue, 5 Apr 2016 14:09:49 -0300 Subject: Update non attending test with a recurrence example. --- tests/test-eds-ics-non-attending-alarms.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-eds-ics-non-attending-alarms.cpp') 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); -- cgit v1.2.3