From a37bed4661cf57a21ebf237d255957854d9603c2 Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Tue, 22 Mar 2016 16:13:10 -0300 Subject: Fixed test. --- tests/test-eds-ics-tzids-utc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test-eds-ics-tzids-utc.cpp') diff --git a/tests/test-eds-ics-tzids-utc.cpp b/tests/test-eds-ics-tzids-utc.cpp index 1de6f96..3ea40d0 100644 --- a/tests/test-eds-ics-tzids-utc.cpp +++ b/tests/test-eds-ics-tzids-utc.cpp @@ -83,7 +83,7 @@ TEST_F(VAlarmFixture, UTCAppointments) appt->uid = "20160322T132738Z"; appt->color = "#becedd"; appt->summary = "UTC event"; - appt->begin = DateTime{gtz,2016,2,22,15,0,0}; + appt->begin = DateTime{gtz,2016,3,22,15,0,0}; appt->end = DateTime{gtz,2016,3,22,16,0,0}; // compare it to what we actually loaded... -- cgit v1.2.3