// xestiacalendar_icaljournalsave.h - Xestia Calendar iCalendar Journal Component Save Unit Tests // // (c) 2016-2017 Xestia Software Development. // // This file is part of Xestia Calendar. // // 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 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. // // You should have received a copy of the GNU General Public License along // with Xestia Calendar. If not, see #include "calendarjournal/CalendarJournal.h" #include class iCalendarJournalSaveTests : public ::testing::Test { private: virtual void SetUp() { } virtual void TearDown() { } }; TEST_F(iCalendarJournalSaveTests, SaveEventTests){ CalendarJournalObject testJournal; CalendarJournalObject testJournal2; // Load the test journal information. ASSERT_EQ(CALENDAROBJECTLOAD_OK, testJournal.LoadFile("iCalendarJournal-Load1.vcf")); ASSERT_EQ(CALENDAROBJECTVALID_OK, testJournal.ValidBaseObject()); ASSERT_EQ(CALENDAROBJECTSAVE_CANNOTOPEN, testJournal.SaveFile("/stupidfilelocation/dontsavehere.ics")); // Save the data to a string and compare the data. // First journal file. std::string saveDataComparison = "BEGIN:VCALENDAR\n" "VERSION:2.0\n" "PRODID:-//Xestia//Calendar Unit Testing//KW\n" "BEGIN:VJOURNAL\n" "UID:329128-12939123-123123-13\n" "DTSTAMP:20160116T190200Z\n" "SUMMARY:Unit Test Event 1 which has to be a really long summary as we don't k\n" " now if multiple line processing is going to work without it. I mean seriousl\n" " y, how annoying can this potentially be?\n" "END:VJOURNAL\n" "END:VCALENDAR"; std::string saveData; testJournal.SaveString(&saveData); ASSERT_EQ(saveDataComparison, saveData); saveData.clear(); ASSERT_EQ(CALENDAROBJECTLOAD_OK, testJournal2.LoadFile("iCalendarJournal-Load2.vcf")); ASSERT_EQ(CALENDAROBJECTVALID_OK, testJournal2.ValidBaseObject()); testJournal2.SaveString(&saveData); saveDataComparison = "BEGIN:VCALENDAR\n" "VERSION:2.0\n" "PRODID:-//Xestia//Calendar Unit Testing//KW\n" "BEGIN:VJOURNAL\n" "UID;UNIQUEPARAM=CERTAINLY;OKAY=MAYBENOT:b3a16392-ad86-4061-be53-c215af2306c1\n" "DTSTAMP;OTHER=PARAM:20160131T141500Z\n" "SUMMARY;ALTREP=\"null:nodata\";LANGUAGE=kw;FAVOURITE=TOFU;NOTLIKE=NONE:A summar\n" " y of the journal entry.\n" "CLASS;CHOCOLATE=BAR:PUBLIC\n" "DTSTART;VALUE=DATE-TIME;TZID=Europe/Truro;PARAMONE=YES;PARAMTWO=NO:20160131T1\n" " 43500Z\n" "LAST-MODIFIED;FUTURE=YES:20160131T143700Z\n" "ORGANIZER;CN=ExampleOrganiser;DIR=\"null:nodata\";SENT-BY=\"mailto:organiser.nor\n" " eply@example.com\";LANGUAGE=kw;HAPPY=DAYS:mailto:organiser@example.com\n" "RECURRENCE-ID;TZID=Europe/Truro;RANGE=THISANDFUTURE;VALUE=DATE;EXAMPLE=DATA:2\n" " 0160131\n" "SEQUENCE;TEST=YAY:7\n" "STATUS;LANGUAGE=kw;FAVOURITE=RICHTEA;NOTLIKE=UNKNOWN:2.0;Success\n" "URL;EXTERNAL=YES:http://www.example.com/\n" "RRULE;TEST=DATA:FREQ=DAILY;COUNT=10\n" "ATTACH;FMTTYPE=application/internet-shortcut:http://www.example.com/\n" "ATTACH;FMTTYPE=application/internet-shortcut:http://www.example.com/page2.htm\n" " l\n" "ATTACH;FMTTYPE=text/plain;VALUE=BINARY;ENCODING=BASE64;STUPID=EXAMPLE:VGhpcyB\n" " pcyBhbiBleGFtcGxlIGZpbGU=\n" "ATTENDEE:Attendee One\n" "ATTENDEE;DELEGATED-FROM=\"mailto:delegated.from@example.com\";DELEGATED-TO=\"mai\n" " lto:delegated.to@example.com\";ROLE=CHAIR;RSVP=TRUE:Attendee Two\n" "ATTENDEE;DIR=\"null:nodata\";SENT-BY=\"mailto:sent.by@example.com\";CN=\"Attendee \n" " The Third\";CUTYPE=INDIVIDUAL;PARTSTAT=ACCEPTED;LANGUAGE=kw;EXAMPLE=DATA:Atte\n" " ndee Three\n" "CATEGORIES:CATEGORY ONE, CATEGORY TWO\n" "CATEGORIES;LANGUAGE=en:CATEGORY THREE, CATEGORY FOUR\n" "CATEGORIES;LANGUAGE=en-GB;SAMPLE=TOKEN:CATEGORY FIVE, CATEGORY SIX, CATEGORY \n" " SEVEN\n" "COMMENT:This is the first comment.\n" "COMMENT;ALTREP=\"null:nodata\";LANGUAGE=en:This is the second comment.\n" "COMMENT;ZEBRAS=YES:This is the third comment.\n" "CONTACT:First Contact\n" "CONTACT;ALTREP=\"null:nodata\";LANGUAGE=en-GB:Second Contact\n" "CONTACT;ZEBRAS=NO:Third Contact\n" "DESCRIPTION:First Journal Entry Description\n" "DESCRIPTION;ALTREP=\"null:nodata\";LANGUAGE=en-GB:This is the second journal de\n" " scription.\n" "DESCRIPTION;ZEBRAS=NO:This is the third journal description.\n" "EXDATE:20160125T120000Z\n" "EXDATE;TZID=Europe/Truro;VALUE=DATE-TIME:20160125T130000Z\n" "EXDATE;ZOOP=ZIPPO:20160125T133000Z\n" "RELATED-TO:person.1@example.com\n" "RELATED-TO;RELTYPE=PARENT:person.2@example.com\n" "RELATED-TO;SCHOOL=MEETING:person.3@example.com\n" "RDATE:20160120\n" "RDATE;VALUE=DATE;TZID=Europe/Truro:20160121\n" "RDATE;ZILCH=DATA:20160520\n" "REQUEST-STATUS:2.0;Success\n" "REQUEST-STATUS;LANGUAGE=en:3.42;Really big irrecoverable error caused by the \n" " user\n" "REQUEST-STATUS;USER=MISSING:3.7;Invalid calendar user\n" "X-EXAMPLE1:Moo\n" "X-EXAMPLE1;ANIMAL=NOPE:Meep\n" "X-EXAMPLE1;ANIMAL=CAT:Meow\n" "X-EXAMPLE2:Dish\n" "X-EXAMPLE2;OBJECT=KITCHEN:Fork\n" "X-EXAMPLE2;OBJECT=LIVINGROOM:Table\n" "X-STATUS;HOLIDAY=YES:Idle\n" "X-TRANSPORT;PUBLIC=NO:Private Hire\n" "X-PHANTOM-STATUS;HELP=NONE:None\n" "END:VJOURNAL\n" "END:VCALENDAR"; ASSERT_EQ(saveDataComparison, saveData); }