diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2016-03-22 16:13:10 -0300 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 14:37:39 +0200 |
commit | a37bed4661cf57a21ebf237d255957854d9603c2 (patch) | |
tree | 35c9798774be236218021a47116aa2a13d31c3ba | |
parent | b0bb093a5b231d118c245df2ec318da2277db7fc (diff) | |
download | ayatana-indicator-datetime-a37bed4661cf57a21ebf237d255957854d9603c2.tar.gz ayatana-indicator-datetime-a37bed4661cf57a21ebf237d255957854d9603c2.tar.bz2 ayatana-indicator-datetime-a37bed4661cf57a21ebf237d255957854d9603c2.zip |
Fixed test.
-rw-r--r-- | tests/test-eds-ics-tzids-utc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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... |