X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Ftests%2Fxestiacalendar_icaltimezonesave.h;h=314fcd103b2472740fcf1dee56ca355e58650a86;hb=66ebed13414439cd56161faa2abcff7744ab4588;hp=678ea6006b1ff6bf92d8ef5efd9dcd5f1a760239;hpb=036b62624fc8883d1ec6469335f51d02b3ba73d4;p=xestiacalendar%2F.git diff --git a/source/tests/xestiacalendar_icaltimezonesave.h b/source/tests/xestiacalendar_icaltimezonesave.h index 678ea60..314fcd1 100644 --- a/source/tests/xestiacalendar_icaltimezonesave.h +++ b/source/tests/xestiacalendar_icaltimezonesave.h @@ -1,14 +1,14 @@ // xestiacalendar_icaltimezonesave.h - Xestia Calendar iCalendar Timezone Component Save Unit Tests // -// (c) 2016 Xestia Software Development. +// (c) 2016-2017 Xestia Software Development. // // This file is part of Xestia Calendar. // -// Xestia Address Book is free software: you can redistribute it and/or modify +// Xestia Calendar is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by the // Free Software Foundation, version 3 of the license. // -// Xestia Address Book is distributed in the hope that it will be useful, +// Xestia Calendar is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. @@ -83,6 +83,15 @@ TEST(iCalendarSaveTimezone, SaveTimezoneTests){ "RDATE;VALUE=DATE;TZID=Europe/Truro;BEEP=BOOP:20160205,20160207,20160216,20160\n" " 305\n" "TZNAME;LANGUAGE=en;NOPE=YES:Example Timezone Name 1\n" + "X-MOO:Meep\n" + "X-MOO:Moop\n" + "X-MOO;MEEP=YIKES:Zaap\n" + "X-ITEM:Fork\n" + "X-ITEM:Spoon\n" + "X-ITEM;DIRTY=NO:Knife\n" + "X-NOPE:1\n" + "X-NOPE:2\n" + "X-NOPE;LONG=YES:3\n" "END:STANDARD\n" "BEGIN:DAYLIGHT\n" "DTSTART:20160204T020000\n" @@ -103,6 +112,15 @@ TEST(iCalendarSaveTimezone, SaveTimezoneTests){ "RDATE;VALUE=DATE;TZID=Europe/Truro;BEEP=BOOP:20160205,20160207,20160216,20160\n" " 305\n" "TZNAME;LANGUAGE=en;NOPE=YES:Example Timezone Name 1\n" + "X-MOO:Meep\n" + "X-MOO:Moop\n" + "X-MOO;MEEP=YIKES:Zaap\n" + "X-ITEM:Fork\n" + "X-ITEM:Spoon\n" + "X-ITEM;DIRTY=NO:Knife\n" + "X-NOPE:1\n" + "X-NOPE:2\n" + "X-NOPE;LONG=YES:3\n" "END:DAYLIGHT\n" "END:VTIMEZONE\n" "END:VCALENDAR";