From: Steve Brokenshire Date: Sun, 31 Jan 2016 11:14:41 +0000 (+0000) Subject: Should check DescriptionListLanguage for LANGUAGE in DESCRIPTION. X-Git-Tag: release-0.02~577 X-Git-Url: http://Server1/repobrowser/?a=commitdiff_plain;h=c1b91576dd6bb5f0c69f777fdb97d29626142dac;p=xestiacalendar%2F.git Should check DescriptionListLanguage for LANGUAGE in DESCRIPTION. --- diff --git a/source/tests/xestiacalendar_icaleventload.h b/source/tests/xestiacalendar_icaleventload.h index 31e6ec7..6ec5ddc 100644 --- a/source/tests/xestiacalendar_icaleventload.h +++ b/source/tests/xestiacalendar_icaleventload.h @@ -94,7 +94,7 @@ TEST(iCalendarEvent, ObjectDataTests){ DescriptionAltRep = TestEvent.DescriptionListAltRep[0]; } - if (TestEvent.DescriptionListAltRep.begin() != TestEvent.DescriptionListAltRep.end()){ + if (TestEvent.DescriptionListLanguage.begin() != TestEvent.DescriptionListLanguage.end()){ DescriptionLanguage = TestEvent.DescriptionListLanguage[0]; }