Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Updated/Added copyright header and licensing to all source files
[xestiacalendar/.git] / source / tests / xestiacalendar_icaleventsave.h
index ae25a55..355132e 100644 (file)
@@ -1,14 +1,14 @@
 // xestiacalendar_icaleventsave.h - Xestia Calendar iCalendar Event 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.
@@ -22,6 +22,7 @@ TEST(iCalendarSaveEvent, SaveEventTests){
 
        CalendarEventObject TestEvent;
        CalendarEventObject TestEvent2;
+       CalendarEventObject TestEvent3;
        
        // Load the test event.
        
@@ -197,4 +198,24 @@ TEST(iCalendarSaveEvent, SaveEventTests){
        
        ASSERT_EQ(SaveDataComparison, SaveData);
        
+       ASSERT_EQ(CALENDAROBJECTLOAD_OK, TestEvent3.LoadFile("iCalendarEvent-Load3.vcf"));
+       ASSERT_EQ(CALENDAROBJECTVALID_OK, TestEvent3.ValidBaseObject());
+
+       SaveData.clear();
+
+       SaveDataComparison = "BEGIN:VCALENDAR\n"
+       "VERSION:2.0\n"
+       "PRODID:-//Xestia//Calendar Unit Testing//KW\n"
+       "BEGIN:VEVENT\n"
+       "UID:b3a16392-ad86-4061-be53-c215af2306e1\n"
+       "DTSTAMP:20160127T111200Z\n"
+       "DTSTART:20160122T183000Z\n"
+       "DURATION;TEST=EXAMPLE:PT1H\n"
+       "END:VEVENT\n"
+       "END:VCALENDAR";
+
+       TestEvent3.SaveString(&SaveData);
+
+       ASSERT_EQ(SaveDataComparison, SaveData);
+
 }
\ No newline at end of file
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy